public MedicamentoController(IMedicamentoService medicamentoService, ICategoriaMedicamentoService categoriaMedicamentoService, IMapper mapper) { _medicamentoService = medicamentoService; _categoriaMedicamentoService = categoriaMedicamentoService; _mapper = mapper; }