Exemple #1
0
 public async Task <IEnumerable <Patient> > GetAllPatients()
 {
     return(await _patientDataService.GetAll());
 }