Example #1
0
 public async Task <ActionResult <Hotel> > GetHotel(int id)
 {
     return(await repository.GetOneByIdAsync(id));
 }