Ejemplo n.º 1
0
 public DataSet DsHoaDon()
 {
     return(db.ExecuteQueryDataSet("select * from HoaDon", CommandType.Text, null));
 }
Ejemplo n.º 2
0
 //lay thong tin Thiet bi
 public DataSet DsPhieu()
 {
     return(db.ExecuteQueryDataSet("select * from Phieu", CommandType.Text, null));
 }
Ejemplo n.º 3
0
 //lay thong tin san pham
 public DataSet DsKhachHang()
 {
     return(db.ExecuteQueryDataSet("execute LoadDsKH", CommandType.Text, null));
 }
Ejemplo n.º 4
0
 public DataSet _DsTBKH_()
 {
     return(db.ExecuteQueryDataSet("execute _DsTBKH_", CommandType.Text, null));
 }