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