Ejemplo n.º 1
0
 public MakesController(DGCoreAppDbContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Ejemplo n.º 2
0
 public FeaturesController(DGCoreAppDbContext context, IMapper mapper)
 {
     this.mapper  = mapper;
     this.context = context;
 }