Пример #1
0
 public async Task <int> CountAsync()
 {
     return(await announcementRepository.CountAsync());
 }