public FeaturesController(CtraderDbContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Beispiel #2
0
 public MakesController(CtraderDbContext context, IMapper mapper)
 {
     this.mapper  = mapper;
     this.context = context;
 }