using Neo.LegitimateLicences.Common.ViewModels; using Neo.LegitimateLicences.Data.Models; using System; using System.Collections.Generic; using System.Linq; using System.Web; using Neo.Afx.ViewModels; namespace Neo.LegitimateLicences.GazetteConsole { public class DefaultModel : ResponsiveAppBaseModel { public GazetteDetail GazetteDetail { get; set; } public IEnumerable Provinces { get; set; } public IEnumerable Regions { get; set; } public long GazettePeriodDays { get; set; } public long entityID { get; set; } public long itemID { get; set; } public long DocumentStoreLocationID { get; set; } public bool HasApplications { get; set; } public long RegionID { get; set; } public List Lookups { get; set; } } }