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