Add date-based managed group filtering

This commit is contained in:
Gary Sharp
2016-10-10 19:21:01 +11:00
parent 062769a7e3
commit 23975f8fc3
18 changed files with 2025 additions and 1610 deletions
@@ -12,5 +12,6 @@ namespace Disco.Web.Areas.Config.Models.Shared
public string UpdateUrl { get; set; }
public ADManagedGroup ManagedGroup { get; set; }
public bool IncludeFilterBeginDate { get; set; }
}
}