コード例 #1
0
 public async Task <int> Count()
 {
     return(await _userRepo.CountAsync());
 }