Exemplo n.º 1
0
 public ShopController(MdsDbContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }