예제 #1
0
 public static void CapnhatTKHTCT(string maht, string masp, string sl)
 {
     DAO_HTCT.CapnhatTKHTCT(maht, masp, sl);
 }
예제 #2
0
 public static DataTable hienthiHTCT()
 {
     return(DAO_HTCT.hienthiHTCT());
 }
예제 #3
0
 public static bool ktHTCTtrung(string maht, string masp)
 {
     return(DAO_HTCT.ktHTCTtrung(maht, masp));
 }
예제 #4
0
 public static void RunDelSQL(string maht, string masp)
 {
     DAO_HTCT.RunDelSQL(maht, masp);
 }
예제 #5
0
 public static void themHTCT(DTO_HTCT htct)
 {
     DAO_HTCT.ThemHTCT(htct);
 }
예제 #6
0
 public static DataTable hienthiHTCTcuthe(string maht)
 {
     return(DAO_HTCT.hienthiHTCTcuthe(maht));
 }
예제 #7
0
 public static DataTable hienthiHTCTLenBC(string maht)
 {
     return(DAO_HTCT.hienthiHTCTlenbc(maht));
 }