Exemplo n.º 1
0
 public CatalogEntryDto.CatalogEntryDataTable ContinueFindItemsForIndexing(Guid searchSetId, int startIndex, int count)
 {
     return(_catalogSystem.ContinueFindItemsForIndexing(searchSetId, startIndex, count).CatalogEntry);
 }