using System.Collections.Generic; using Neo.Legitimate.Data.Models; namespace Neo.Legitimate.AdjudicationConsole.Models { public class ApplicationsModel : AdjudicationConsoleModel { public IEnumerable Applications { get; set; } public IEnumerable AdjudicationDecisions { get; set; } } }