コード例 #1
0
 public void WhenUserCallsGetHotelByIDApi()
 {
     hotel = HotelsApiCaller.GetHotelByID(ID);
 }