using Neo.Afx.ViewModels; 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.ApplicationRequestTypeSetupConsole { public class DocumentSetupModel : ResponsiveAppBaseModel { public Vw_ApplicationRequestTypeDivisionSetup ApplicationRequestTypeDivisionSetup { get; set; } public List ApplicationRequestDocumentMappings { get; set; } public List LicenceIssueRequestDocumentMappings { get; set; } public List Lookups { get; set; } public List AvailableSetupOptions { get; set; } } }