Beispiel #1
0
 public async Task <bool> UserExists(string username)
 {
     return(await _repo.UserExists(username));
 }