Ejemplo n.º 1
0
 public void EditWaitingMedicine(Medicine medicineDTO)
 {
     waitingRepostitory.Update(medicineDTO);
 }