Пример #1
0
 public static string delete(string ma)
 {
     return(DAO_Bophan.delete(ma));
 }
Пример #2
0
 public static string update(string macu, string mamoi, string ten)
 {
     return(DAO_Bophan.update(macu, mamoi, ten));
 }
Пример #3
0
 public static string insert(string ma, string ten)
 {
     return(DAO_Bophan.insert(ma, ten));
 }
Пример #4
0
 public static string KiemTraMabophan_sua(string macu, string mamoi)
 {
     return(DAO_Bophan.KiemTraMabophan_sua(macu, mamoi));
 }
Пример #5
0
 // Kiểm tra ma bo phan có tồn tại hay không
 #region Kiểm tra mã bộ phận có tồn tại hay không
 public static string KiemTraMabophan(string mabp)
 {
     return(DAO_Bophan.KiemTraMabophan(mabp));
 }
Пример #6
0
 // ham lay du lieu trong bang bophan gan vao combobox bo phan
 public static List <Bophan> compoboxBophan()
 {
     return(DAO_Bophan.compoboxBophan());
 }