Example #1
0
 public async Task <IEnumerable <Reservation> > GetManyByPatient(int patientId)
 {
     return(await _reservationDataService.GetManyByPatient(patientId));
 }