using Neo.LegitimateLicences.Common.ViewModels; using Neo.LegitimateLicences.Data.Models; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Neo.LegitimateLicences.OfficeLocationConsole { public class DefaultModel : ResponsiveAppBaseModel { public Vw_OfficeLocationSetup OfficeLocationSetup { get; set; } public List Provinces { get; set; } public List DivisionTypes { get; set; } public List Regions { get; set; } public List LicencingBoards { get; set; } public long OfficeLocationID { get; set; } } }