Exemplo n.º 1
0
 public List <SanPhamModel> Search(int pageIndex, int pageSize, out long total, string item_group_id)
 {
     return(_res.Search(pageIndex, pageSize, out total, item_group_id));
 }
Exemplo n.º 2
0
 public List <SanPhamModel> Search(int pageIndex, int pageSize, out long total, string Maloai)
 {
     return(_res.Search(pageIndex, pageSize, out total, Maloai));
 }
Exemplo n.º 3
0
 public List <SanPhamModel> Search(int pageIndex, int pageSize, out long total, string rank, string giaban)
 {
     return(_res.Search(pageIndex, pageSize, out total, rank, giaban));
 }