Ejemplo n.º 1
0
 public async Task <CommResult <List <BookDto> > > Get(string booName)
 {
     return(await _bookService.GetBookByName(booName));
 }