Пример #1
0
 //Lấy danh sách nhóm sản phẩm
 public DataTable GetAllProduct()
 {
     return(billDal.GetAllProduct());
 }