Exemple #1
0
 public bool CheckIfUsernameIsTaken(string username)
 {
     return(_context.CheckIfUserNameIsTaken(username));
 }