using System.Collections.Generic; using Neo.Legitimate.Data.Models; namespace Neo.Legitimate.AdjudicationConsole.Models { public class DefaultModel : AdjudicationConsoleModel { public IEnumerable Provinces { get; set; } public IEnumerable Regions { get; set; } public IEnumerable AdjudicationTypes { get; set; } public long UserID { get; set; } } }