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