Exemplo n.º 1
0
 public MakerController(MeliDbContext context, IMapper mapper)
 {
     this.mapper  = mapper;
     this.context = context;
 }
Exemplo n.º 2
0
 public FeatureController(MeliDbContext context, IMapper mapper)
 {
     this.mapper  = mapper;
     this.context = context;
 }