Example #1
0
 public async Task <AppUser> CheckIfUserExists(string userName)
 {
     return(await _userEngine.CheckIfUserExists(userName));
 }