示例#1
0
 public async Task <object> GetAll(ProductModel item, PagerModel pager)
 {
     return(await productDataAccess.GetAll(item, pager));
 }