Webiant Logo Webiant Logo
  1. No results found.

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

CatalogSource.cs

namespace Nop.Services.Common.Pdf;

/// 
/// Represents the data source for an catalog document
/// 
public partial class CatalogSource : DocumentSource
{
    #region Properties

    /// 
    /// Gets or sets entries of the catalog
    /// 
    public List Products { get; set; }

    #endregion
}