Exemplo n.º 1
0
 public async Task <Response> GetListBookBySubCategory(string subcategory, int skipNumber, int indexPriceFilter)
 {
     return(await bookBal.GetBookBySubCategory(subcategory, skipNumber, indexPriceFilter));
 }