Example #1
0
 public formDangNhap()
 {
     context = new QuanLyBanHang_DbContext();
     InitializeComponent();
 }
Example #2
0
 public CustomerRepository()
 {
     context = new QuanLyBanHang_DbContext();
 }
Example #3
0
 public formDsKhachHangVip()
 {
     context = new QuanLyBanHang_DbContext();
     InitializeComponent();
 }
Example #4
0
 public formKhachHang()
 {
     context  = new QuanLyBanHang_DbContext();
     customer = new CustomerRepository();
     InitializeComponent();
 }