Exemplo n.º 1
0
 public EfUserDal(RentCarContext db) : base(db)
 {
 }
Exemplo n.º 2
0
 public EfBrandDal(RentCarContext db) : base(db)
 {
 }
Exemplo n.º 3
0
 public EfCustomerDal(RentCarContext db) : base(db)
 {
 }
Exemplo n.º 4
0
 public EfRentalDal(RentCarContext db) : base(db)
 {
 }
Exemplo n.º 5
0
 public EfColorDal(RentCarContext db) : base(db)
 {
 }
Exemplo n.º 6
0
 public EfEntityRepositoryBase(RentCarContext db)
 {
     _db = db;
 }
Exemplo n.º 7
0
 public EfCarImageDal(RentCarContext db) : base(db)
 {
 }