Esempio n. 1
0
 public async Task <IEnumerable <Reservation> > GetAllReservationsFromCustomerAsync(string customerId)
 {
     return(await _reservationDAO.GetAllReservationsFromCustomerAsync(customerId));
 }