예제 #1
0
 public CarRepository(VehiclesContext database_context) : base(database_context)
 {
 }
예제 #2
0
 public VehicleRepository(VehiclesContext database_context)
 {
     _databaseContext = database_context;
 }