Ejemplo n.º 1
0
 public async Task <int> GetByCustomRepositoryMethod()
 {
     return(await _bookRepo.GetBookCountAsync());
 }