コード例 #1
0
 public async Task <ActionResult <IEnumerable <Hotel> > > GetHotels()
 {
     return(await _hotel.GetAllhotels());
 }