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