public NestedQueryModel() { NestedList = new List <NestedObj>(); NestedObj = new NestedObj(); }
public NestedQueryModel() { NestedList = new List<NestedObj>(); NestedObj = new NestedObj(); }