Exemplo n.º 1
0
 /// <summary>
 /// Gets the catalog association dto by entry id.
 /// </summary>
 /// <param name="catalogEntryId">The catalog entry id.</param>
 /// <returns></returns>
 public CatalogAssociationDto GetCatalogAssociationDtoByEntryId(int catalogEntryId)
 {
     return(_Proxy.GetCatalogAssociationDtoByEntryId(catalogEntryId));
 }