Пример #1
0
 public void xoadulieu(EC_tblChiTietPNK et)
 {
     this.sql.xoadulieu(et);
 }
Пример #2
0
 public void suadulieu(EC_tblChiTietPNK et)
 {
     this.sql.suadulieu(et);
 }
Пример #3
0
 public void themdulieu(EC_tblChiTietPNK et)
 {
     this.sql.themdulieu(et);
 }
Пример #4
0
 public void xoadulieu(EC_tblChiTietPNK et)
 {
     this.cn.thucthicaulenh("DELETE FROM ChiTietPNK where MaPNK='" + et.MaPNK + "'");
 }
Пример #5
0
 public void suadulieu(EC_tblChiTietPNK et)
 {
     this.cn.thucthicaulenh("UPDATE ChiTietPNK SET TenHangNhap ='" + et.TenHangNhap + "', SoLuongNhap ='" + et.SoLuongNhap + "', DonViTinh ='" + et.DonViTinh + "' where MaPNK='" + et.MaPNK + "'");
 }
Пример #6
0
 public void themdulieu(EC_tblChiTietPNK et)
 {
     this.cn.thucthicaulenh("INSERT INTO ChiTietPNK (MaPNK, TenHangNhap, SoLuongNhap, DonViTinh) VALUES ('" + et.MaPNK + "','" + et.TenHangNhap + "','" + et.SoLuongNhap + "','" + et.DonViTinh + "')");
 }