Exemplo n.º 1
0
 // lấy danh sách sản phẩm theo category
 public DataTable GetProductFollowCategory(string categoryName)
 {
     return(billDal.GetProduct(categoryName));
 }
Exemplo n.º 2
0
 public DataTable SearchProduct(string productName, string category)
 {
     return(dal.GetProduct(productName, category));
 }