Exemplo n.º 1
0
 public static DataTable hienthiHT()
 {
     return(DAO_HT.hienthiHT());
 }
Exemplo n.º 2
0
 public static DataTable timkiemHT(string manv, string maht)
 {
     return(DAO_HT.timkiemHT(manv, maht));
 }
Exemplo n.º 3
0
 public static void FillComboMaNV(ComboBox cb, string ma, string ten)
 {
     DAO_HT.FillComboMaNV(cb, ma, ten);
 }
Exemplo n.º 4
0
 public static DataTable KiemtraTKHTTonTai(string thangtk, string namtk)
 {
     return(DAO_HT.KiemTraTKHTDaTonTai(thangtk, namtk));
 }
Exemplo n.º 5
0
 public static bool ktHTtrung(string maht)
 {
     return(DAO_HT.checkmaHT(maht));
 }
Exemplo n.º 6
0
 public static void RunDelSQLOnHTCT(string maht)
 {
     DAO_HT.RunDelSQLOnHTCT(maht);
 }
Exemplo n.º 7
0
 public static void RunDelSQL(string maht)
 {
     DAO_HT.RunDelSQL(maht);
 }
Exemplo n.º 8
0
 public static void CapnhatNgayTK(string maht, string ngaytk)
 {
     DAO_HT.CapnhatNgayTK(maht, ngaytk);
 }
Exemplo n.º 9
0
 public static void themHT(DTO_HT ht)
 {
     DAO_HT.ThemHT(ht);
 }
Exemplo n.º 10
0
 public static DataTable hienthiHTcuthe(string maht)
 {
     return(DAO_HT.hienthiHTcuthe(maht));
 }