Exemple #1
0
 public bool CheckIfUSerExists(string username)
 {
     return(_userMenager.CheckIfUserExists(username));
 }