public static bool ktHDBCTtrung(string mahdb, string masp) { return(DAO_HDBCT.ktHDBCTtrung(mahdb, masp)); }
public static DataTable hienthiHDBCT() { return(DAO_HDBCT.hienthiHDBCT()); }
public static void suaHDBCT(DTO_HDBCT hdbct) { DAO_HDBCT.SuaHDBCT(hdbct); }
public static void RunDelSQLHDBCT(string mahdb, string masp) { DAO_HDBCT.RunDelSQLHDBCT(mahdb, masp); }
public static void themHDBCT(DTO_HDBCT hdbct) { DAO_HDBCT.ThemHDBCT(hdbct); }
public static DataTable hienthiHDBCTLenBC(string mahdb) { return(DAO_HDBCT.hienthiHDBCTlenBC(mahdb)); }
public static DataTable hienthiHDBCTcuthe(string mahdb) { return(DAO_HDBCT.hienthiHDBCTcuthe(mahdb)); }