Exemplo n.º 1
0
 public MenuDAO()
 {
     db = new BuyAndSellCarsDbContext();
 }
Exemplo n.º 2
0
 public UserDAO()
 {
     db = new BuyAndSellCarsDbContext();
 }
 public OrderDetailsDAO()
 {
     db = new BuyAndSellCarsDbContext();
 }
Exemplo n.º 4
0
 public CarPartDAO()
 {
     db = new BuyAndSellCarsDbContext();
 }
 public CarCategoryDAO()
 {
     db = new BuyAndSellCarsDbContext();
 }
 public ManufacturerDAO()
 {
     db = new BuyAndSellCarsDbContext();
 }
 public SalientFeatureDAO()
 {
     db = new BuyAndSellCarsDbContext();
 }
Exemplo n.º 8
0
 public OriginDAO()
 {
     db = new BuyAndSellCarsDbContext();
 }
 public MemberGroupDAO()
 {
     db = new BuyAndSellCarsDbContext();
 }
Exemplo n.º 10
0
 public FeedBackDAO()
 {
     db = new BuyAndSellCarsDbContext();
 }