Пример #1
0
 public IEnumerable <EventDTO> GetListPage(LoginSession session, string server, int listIndex, int offset, int count)
 {
     return(_adcSrv.GetListPage(server, listIndex, offset, count).Select(pair => pair.ToDTO()).ToList());
 }