Esempio n. 1
0
 public bool AccountExists(string username)
 {
     return(_userRepo.AccountExists(username));
 }