예제 #1
0
 public override async Task <long> CountAsync()
 {
     return(await _supplierRepository.CountAsync());
 }