Exemple #1
0
 public IEnumerable <KeyValuePair <Guid, Reservation> > GetAll()
 {
     return(repository.FetchAll());
 }