예제 #1
0
 public async Task <int> GetByCustomRepositoryMethod()
 {
     return(await _bookRepo.GetBookCountAsync());
 }