using Neo.LegitimateLicences.Logic.ApplicationLogic; namespace Neo.LegitimateLicences.ApplicationRequest { public class NewApplicationRequestModel : Common.ViewModels.ResponsiveAppWorkflowModel { public bool IsNPTR {get; set;} public bool IsTAT { get; set; } public bool IsNewApplicationsRestrictedToList { get; set; } public short ProvinceID { get; set; } public VehicleServiceTypeCollection VehicleServiceTypeCollection { get; set; } } }