public PhieuThueBLL()
 {
     db = new QLCDDataContext();
 }
 public ChiTietPhieuDatBLL()
 {
     db = new QLCDDataContext();
 }
 public KhachHangBLL()
 {
     db = new QLCDDataContext();
 }
 public NhanVienBLL()
 {
     db = new QLCDDataContext();
 }
Esempio n. 5
0
 public DanhMucBLL()
 {
     db = new QLCDDataContext();
 }
 public TieuDeBLL()
 {
     db = new QLCDDataContext();
 }
Esempio n. 7
0
 public PhieuDatBLL()
 {
     db = new QLCDDataContext();
 }
Esempio n. 8
0
 public TaiKhoanBLL()
 {
     db = new QLCDDataContext();
 }
Esempio n. 9
0
 public DiaBLL()
 {
     db = new QLCDDataContext();
 }