Ejemplo n.º 1
0
 public String getHotel(string id)
 {
     HotelQuery obj = new HotelQuery();
     return obj.getImformationByID(id);
 }