Пример #1
0
 public int FindRawCount(DateTime start, DateTime end)
 {
     return(_notificationsRepository.Count(start, end));
 }