Exemple #1
0
 public int GetLastAttempts(string userName)
 {
     return(_statisticsRepo.GetLastAttempts(userName));
 }