Пример #1
0
 public List<Category> GetClassificationCategories(string classification, int highestClassificationLevel, int lowestClassificationLevel, string language, int pageNumber, int recordsPerPage)
 {
     using (INEProvider.INEService.StatisticsClient service = new INEProvider.INEService.StatisticsClient())
     {
         return service.GetClassificationCategories(classification, highestClassificationLevel, lowestClassificationLevel, language, pageNumber, recordsPerPage);
     }
 }