using System.Collections.Generic; using Neo.LegitimateLicences.Common.ViewModels; using Neo.LegitimateLicences.Data.Models; using Neo.Afx.Admin.Security; using Neo.Afx.ViewModels; namespace Neo.LegitimateLicences.Admin { public class DivisionTypeAnnexureMappingsModel : ResponsiveAppBaseModel { public IEnumerable DivisionTypeAnnexureMappings { get; set; } public List Lookups { get; set; } public List DivisionTypes { get; set; } public List Provinces { get; set; } public List ServiceTypes { get; set; } public List VehicleTypes { get; set; } } }