using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OASystem.Domain.ViewModels.Groups { public class Grp_ScheduleCombinView { public Grp_ScheduleView Primary { get; set; } //public List ChildList { get; set; } public List PersonList { get; set; } public List RootList { get; set; } } }