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