コード例 #1
0
 public CountryRepository(TransportAgencyContext context)
 {
     _context = context;
 }
コード例 #2
0
 public TransportTypeRepository(TransportAgencyContext context)
 {
     _context = context;
 }
コード例 #3
0
 public PlaceRepository(TransportAgencyContext context)
 {
     _context = context;
 }
コード例 #4
0
 public CustomerRepository(TransportAgencyContext context)
 {
     _context = context;
 }
コード例 #5
0
 public UnitOfWork(TransportAgencyContext context)
 {
     _context = context;
 }