예제 #1
0
 public UnitOfWork(VehiclesContext _dbContext)
 {
     dbContext = _dbContext;
 }
예제 #2
0
 public Repository(VehiclesContext _dbContext)
 {
     dbContext = _dbContext;
 }