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