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