public CarsService(IEntityIRepository <Car> carRepository, IMapper mapper) { this.carRepository = carRepository; this.mapper = mapper; }
public CarsService(IEntityIRepository <Car> carRepository) { this.carRepository = carRepository; }