Exemple #1
0
 public int CountStatus(Guid userId, int status)
 {
     return(_repository.CountStatus(userId, status));
 }