예제 #1
0
 public DataTable GetTTHoaDon(string mahd)
 {
     return(DA_HDB.GetTTHoaDon(mahd));
 }
예제 #2
0
 public bool deleteHDB(EC_HDB cthdn)
 {
     return(DA_HDB.deleteHDB(cthdn));
 }
예제 #3
0
 public bool insertHDN(EC_HDB cthdn)
 {
     return(DA_HDB.insertHDB(cthdn));
 }
예제 #4
0
 public bool updateHDB(EC_HDB cthdn)
 {
     return(DA_HDB.updateHDB(cthdn));
 }
예제 #5
0
 public DataTable getAll()
 {
     return(DA_HDB.getAll());
 }