Esempio n. 1
0
 public static DataTable timkiemNCU(string ten, string sdt, string quymoncu)
 {
     return(DAO_NCU.timkiemNCU(ten, sdt, quymoncu));
 }
Esempio n. 2
0
 public static DataTable hienthiNCU()
 {
     return(DAO_NCU.hienthincu());
 }
Esempio n. 3
0
 public static bool ktncutrung(string mancu)
 {
     return(DAO_NCU.checkmancu(mancu));
 }
Esempio n. 4
0
 public static void RunDelSQLOnSP(string mancu)
 {
     DAO_NCU.RunDelSQLOnSP(mancu);
 }
Esempio n. 5
0
 public static void suaNCU(DTO_NCU ncu)
 {
     DAO_NCU.SuaNCU(ncu);
 }
Esempio n. 6
0
 public static void themNCU(DTO_NCU ncu)
 {
     DAO_NCU.Themncu(ncu);
 }
Esempio n. 7
0
 public static DataTable hienthiNCUcuthe(string mancu)
 {
     return(DAO_NCU.hienthincucuthe(mancu));
 }