예제 #1
0
 public DataTable GetTTHoaDon(string mahd)
 {
     return(DA_HDN.GetTTHoaDon(mahd));
 }
예제 #2
0
 public bool deleteHDN(EC_HDN cthdn)
 {
     return(DA_HDN.deleteHDN(cthdn));
 }
예제 #3
0
 public bool insertHDN(EC_HDN cthdn)
 {
     return(DA_HDN.insertHDN(cthdn));
 }
예제 #4
0
 public bool updateHDN(EC_HDN cthdn)
 {
     return(DA_HDN.updateHDN(cthdn));
 }
예제 #5
0
 public DataTable getAll()
 {
     return(DA_HDN.getAll());
 }