public AsyncDashboardViewModel() { DatesSection = new DatesSectionViewModel(); MsCache = new MsCacheInfo(); }
public PriorityViewModel() { Items = new List<PriorityListItem>(); Charts = new List<ChartItem>(); MsCache = new MsCacheInfo(); }
public DeveloperViewModel() { Items = new List<DeveloperListItem>(); Charts = new List<ChartItem>(); MsCache = new MsCacheInfo(); }