using Neo.Legitimate.Data.Models; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Neo.Legitimate.AdjudicationConsole.Models { public class AdjudicationConsoleModel : Pilotfish.Afx.Models.ConsoleModel { public bool IsAdjudicationDetailsLinkVisible { get; set; } public bool IsPanelLinkVisible { get; set; } public bool IsApplicationsLinkVisible { get; set; } public AdjudicationDetail AdjudicationDetail { get; set; } public long entityID { get; set; } public long itemID { get; set; } public long DocumentStoreLocationID { get; set; } } }