Esempio n. 1
0
 public static bool ktHDNCTtrung(string mahdn, string masp)
 {
     return(DAO_HDNCT.ktHDNCTtrung(mahdn, masp));
 }
Esempio n. 2
0
 public static DataTable hienthiHDNCT()
 {
     return(DAO_HDNCT.hienthiHDNCT());
 }
Esempio n. 3
0
 public static void suaHDNCT(DTO_HDNCT hdnct)
 {
     DAO_HDNCT.SuaHDNCT(hdnct);
 }
Esempio n. 4
0
 public static void RunDelSQLHDNCT(string mahdn, string masp)
 {
     DAO_HDNCT.RunDelSQLHDNCT(mahdn, masp);
 }
Esempio n. 5
0
 public static void themHDNCT(DTO_HDNCT hdnct)
 {
     DAO_HDNCT.ThemHDNCT(hdnct);
 }
Esempio n. 6
0
 public static DataTable hienthiHDNCTLenBC(string mahdn)
 {
     return(DAO_HDNCT.hienthiHDNCTlenBC(mahdn));
 }
Esempio n. 7
0
 public static DataTable hienthiHDNCTcuthe(string mahdn)
 {
     return(DAO_HDNCT.hienthiHDNCTcuthe(mahdn));
 }