private VehicleService() { db = new VehicleContext(); }
public VehicleService() { _context = new VehicleContext(); }
public VehicleService(VehicleContext context, IMapper mapper) { Context = context; Mapper = mapper; }