コード例 #1
0
 public async Task <bool> IsExist()
 {
     return(await _userRepository.IsExistAsync(u => u.Age == 63));
 }