Example #1
0
 public async Task <IEnumerable <Reservation> > GetAppointmentsByDate(DateTime date)
 {
     return(await _reservationDataService.GetManyByDateWithAllDetails(date));
 }