Esempio n. 1
0
 public FeatureController(CarSMARTDBContext _context, IMapper _mapper)
 {
     this._context = _context;
     this._mapper  = _mapper;
 }
Esempio n. 2
0
 public MakesController(CarSMARTDBContext context, IMapper _mapper)
 {
     this.context = context;
     this._mapper = _mapper;
 }