예제 #1
0
 public void xoadulieu(EC_tblQLTaiKhoan et)
 {
     this.sql.xoadulieu(et);
 }
예제 #2
0
 public void suadulieu(EC_tblQLTaiKhoan et)
 {
     this.sql.suadulieu(et);
 }
예제 #3
0
 public void themdulieu(EC_tblQLTaiKhoan et)
 {
     this.sql.themdulieu(et);
 }
예제 #4
0
 public void xoadulieu(EC_tblQLTaiKhoan et)
 {
     this.cn.thucthicaulenh("DELETE FROM TaiKhoanNV where NhanVienQL='" + et.NhanVienQL + "'");
 }
예제 #5
0
 public void suadulieu(EC_tblQLTaiKhoan et)
 {
     this.cn.thucthicaulenh("UPDATE TaiKhoanNV SET TenTK ='" + et.TenTK + "', MKTK ='" + et.MKTK + "' where NhanVienQL='" + et.NhanVienQL + "'");
 }
예제 #6
0
 public void themdulieu(EC_tblQLTaiKhoan et)
 {
     this.cn.thucthicaulenh("INSERT INTO TaiKhoanNV (MaTK, TenTK, MKTK, NhanVienQL) VALUES ('" + et.MaTK + "','" + et.TenTK + "','" + et.MKTK + "','" + et.NhanVienQL + "')");
 }