예제 #1
0
 public MedicamentoController(IMedicamentoService medicamentoService, ICategoriaMedicamentoService categoriaMedicamentoService, IMapper mapper)
 {
     _medicamentoService          = medicamentoService;
     _categoriaMedicamentoService = categoriaMedicamentoService;
     _mapper = mapper;
 }