Пример #1
0
 public static DataTable hienthiCNCT()
 {
     return(DAO_CNCT.hienthiCNCT());
 }
Пример #2
0
 public static void CapnhatTKCNCT(string macn, string mancu)
 {
     DAO_CNCT.CapnhatTKCNCT(macn, mancu);
 }
Пример #3
0
 public static void themCNCT(DTO_CNCT cnct)
 {
     DAO_CNCT.ThemCNCT(cnct);
 }
Пример #4
0
 public static bool ktCNCTtrung(string macn, string mancu)
 {
     return(DAO_CNCT.ktCNCTtrung(macn, mancu));
 }
Пример #5
0
 public static DataTable hienthiCNCTcuthe(string macn)
 {
     return(DAO_CNCT.hienthiCNCTcuthe(macn));
 }