using System.Collections.Generic; using Neo.Legitimate.Data.Models; namespace Neo.Legitimate.GazetteConsole.Models { public class ApplicationsModel : Pilotfish.Afx.Models.ConsoleModel { public GazetteDetail GazetteDetail { get; set; } public IEnumerable Applications { get; set; } public long entityID { get; set; } public long itemID { get; set; } public long DocumentStoreLocationID { get; set; } public bool HasApplications { get; set; } public bool CanBypassGazetteExpiry { get; set; } } }