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