Exemplo n.º 1
0
 /// <summary>
 /// Gets the catalog dto.
 /// </summary>
 /// <param name="catalogId">The catalog id.</param>
 /// <param name="responseGroup">The response group.</param>
 /// <returns></returns>
 public CatalogDto GetCatalogDto(int catalogId, CatalogResponseGroup responseGroup)
 {
     return(CatalogManager.GetCatalogDto(catalogId, responseGroup));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Gets the catalog dto.
 /// </summary>
 /// <param name="siteId">The site id.</param>
 /// <param name="responseGroup">The response group.</param>
 /// <returns></returns>
 public CatalogDto GetCatalogDto(Guid siteId, CatalogResponseGroup responseGroup)
 {
     return(CatalogManager.GetCatalogDto(siteId, responseGroup));
 }
Exemplo n.º 3
0
 /// <summary>
 /// Gets the catalog dto.
 /// </summary>
 /// <param name="catalogId">The catalog id.</param>
 /// <param name="responseGroup">The response group.</param>
 /// <returns></returns>
 public CatalogDto GetCatalogDto(int catalogId, CatalogResponseGroup responseGroup)
 {
     return(_Proxy.GetCatalogDto(catalogId, responseGroup));
 }
Exemplo n.º 4
0
 /// <summary>
 /// Gets the catalogs.
 /// </summary>
 /// <param name="responseGroup">The response group.</param>
 /// <param name="siteId">The site id.</param>
 /// <returns></returns>
 public SiteCatalogs GetCatalogs(CatalogResponseGroup responseGroup, Guid siteId)
 {
     return(CatalogManager.GetCatalogs(siteId, responseGroup));
 }
Exemplo n.º 5
0
 /// <summary>
 /// Gets the catalog dto.
 /// </summary>
 /// <param name="siteId">The site id.</param>
 /// <param name="responseGroup">The response group.</param>
 /// <returns></returns>
 public CatalogDto GetCatalogDto(Guid siteId, CatalogResponseGroup responseGroup)
 {
     return(_Proxy.GetCatalogDto(siteId, responseGroup));
 }