Пример #1
0
 public List <string> GetGroups(DateTime?from, DateTime?to)
 {
     return(_resultsService.GetGroups(from, to));
 }