public formDangNhap() { context = new QuanLyBanHang_DbContext(); InitializeComponent(); }
public CustomerRepository() { context = new QuanLyBanHang_DbContext(); }
public formDsKhachHangVip() { context = new QuanLyBanHang_DbContext(); InitializeComponent(); }
public formKhachHang() { context = new QuanLyBanHang_DbContext(); customer = new CustomerRepository(); InitializeComponent(); }