Esempio n. 1
0
 public static bool ktHDBCTtrung(string mahdb, string masp)
 {
     return(DAO_HDBCT.ktHDBCTtrung(mahdb, masp));
 }
Esempio n. 2
0
 public static DataTable hienthiHDBCT()
 {
     return(DAO_HDBCT.hienthiHDBCT());
 }
Esempio n. 3
0
 public static void suaHDBCT(DTO_HDBCT hdbct)
 {
     DAO_HDBCT.SuaHDBCT(hdbct);
 }
Esempio n. 4
0
 public static void RunDelSQLHDBCT(string mahdb, string masp)
 {
     DAO_HDBCT.RunDelSQLHDBCT(mahdb, masp);
 }
Esempio n. 5
0
 public static void themHDBCT(DTO_HDBCT hdbct)
 {
     DAO_HDBCT.ThemHDBCT(hdbct);
 }
Esempio n. 6
0
 public static DataTable hienthiHDBCTLenBC(string mahdb)
 {
     return(DAO_HDBCT.hienthiHDBCTlenBC(mahdb));
 }
Esempio n. 7
0
 public static DataTable hienthiHDBCTcuthe(string mahdb)
 {
     return(DAO_HDBCT.hienthiHDBCTcuthe(mahdb));
 }