| 1234567891011121314151617 | 
							- 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<Grp_ScheduleDetailView> ChildList { get; set; }
 
-         public List<Grp_SchedulePersonView> PersonList { get; set; }
 
-         public List<Grp_ScheduleRootView> RootList { get; set; }
 
-     }
 
- }
 
 
  |