Ejemplo n.º 1
0
 public IEnumerable <SanPhamModel> SanPhamtheoKhoangGia(int min, int max)
 {
     return(isp.SPtheoKhoangGia(min, max));
 }