Пример #1
0
 public MakesController(WheelsDbContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
 public FeaturesController(WheelsDbContext context, IMapper mapper)
 {
     this.mapper  = mapper;
     this.context = context;
 }