I have a ViewModel with List of ItemA , and ItemA has a list of ItemsB public class ViewModel { List<ItemA> Items { get; set; } public ViewModel() { Items ...
確定! 回上一頁