I have a nested list, something like this: List<Hotel> Hotels;public class Hotel{ List<RoomType> RoomType;}public class RoomType{ Room Room;}public class ...
確定! 回上一頁