Exemplo n.º 1
0
 public async Task <PagedResponseModel <ProductGetResponseModel> > Get([FromQuery] PagedRequestModel model)
 {
     return(await _productService.GetListAsync(model));
 }