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