コード例 #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)
 {
 }