public KhachHangModel()
 {
     context = new DATVEDbContext();
 }
 public ThanhToanModel()
 {
     context = new DATVEDbContext();
 }
 public TuyenDuongModel()
 {
     context = new DATVEDbContext();
 }
 public LoTrinhModel()
 {
     context = new DATVEDbContext();
 }
 public AccoutnModel()
 {
     context = new DATVEDbContext();
 }
예제 #6
0
 public DatVeModel()
 {
     context = new DATVEDbContext();
 }