Пример #1
0
 /// <summary>
 /// Gets the associated catalog entries dto.
 /// </summary>
 /// <param name="parentEntryId">The parent entry id.</param>
 /// <param name="associationName">Name of the association.</param>
 /// <returns></returns>
 public CatalogEntryDto GetAssociatedCatalogEntriesDto(int parentEntryId, string associationName)
 {
     return(_Proxy.GetAssociatedCatalogEntriesDto(parentEntryId, associationName));
 }