Esempio n. 1
0
 public async Task <HotelPhotos> GetHotelPhotos(string hotelId)
 {
     return(await HotelsApiClient.GetHotelPhotos(hotelId));
 }