Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

ITempDataStorage.cs

namespace Nop.Data;

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