Exemplo n.º 1
0
 public async Task <Response> GetListBookFromFamousPublisher(string id)
 {
     return(await bookBal.GetBookFromFamousPublisher(id));
 }