Example #1
0
 public async Task <Reservation> GetById(int id)
 {
     return(await _reservationDataService.Get(id));
 }