Exemplo n.º 1
0
 public PatientMedicineController(IPatientMedicineService patientMedicineService, IMapper mapper)
 {
     _patientMedicineService = patientMedicineService;
     _mapper = mapper;
 }
Exemplo n.º 2
0
 public PatientMedicineController(IPatientMedicineService patientMedicineService)
 {
     _patientMedicineService = patientMedicineService;
 }