namespace Nop.Data; /// /// Represents temporary storage /// /// Storage record mapping class public partial interface ITempDataStorage : IQueryable, IDisposable, IAsyncDisposable where T : class { }