Пример #1
0
 public EfCustomerRepository(RentCarContext context) : base(context)
 {
 }
Пример #2
0
 public EfForRentRepository(RentCarContext context) : base(context)
 {
 }
Пример #3
0
 public EfCompanyRepository(RentCarContext context) : base(context)
 {
 }
Пример #4
0
 public EfUnitOfWork(RentCarContext _context)
 {
     context = _context;
 }
Пример #5
0
 public EfWorkerRepository(RentCarContext context) : base(context)
 {
 }