Exemplo n.º 1
0
 public async Task <int> CountUnReadEvents(int repId)
 {
     return(await _repo.CountUnReadEvents(repId));
 }