コード例 #1
0
 public async Task <bool> CheckPasswordAsync(AppUser user, string password)
 {
     return(await _appUserRepository.CheckPasswordAsync(user, password));
 }