Beispiel #1
0
 public Prescription GetAllPrescriptionsByPatientsId(long id)
 => _prescriptionRepository.GetAllPrescriptionsByPatientsId(id);