public IActionResult createHotelRoomTypeInfo(HotelRoomTypeStruct model) { var result = EGClient.createHotelRoomTypeInfo(model); return(Ok(result)); }