示例#1
0
 public async Task <ActionResult <IEnumerable <HotelDTO> > > GetAllHotels()
 {
     return(await _hotel.GetAllHotels());
 }