예제 #1
0
 public async Task <DataResult <Reservation> > Get(string id)
 {
     return(await _reservationManager.Get(id));
 }