Exemple #1
0
 public List <Reservation> GetAllById(int TableNr)
 {
     return(reservationDao.GetAllById(TableNr));
 }