Ejemplo n.º 1
0
 public Task <int> GetUnseenNotificationsCountAsync(int userId)
 {
     return(_notificationsRepository.GetUnseenNotificationsCountAsync(userId));
 }