using System.Collections.Generic; using Neo.Legitimate.Data.Models; namespace Neo.Legitimate.OperatingLicenceConsole.Models { public class DefaultModel : Pilotfish.Afx.Models.ConsoleModel { public Licence OperatingLicence { get; set; } public Pr_LicenceIssueWorkflowGet_Result IssueWorkflowDetails { get; set; } public Pr_LicenceApplicationWorkflowGet_Result ApplicationWorkflowDetails { get; set; } public long entityID { get; set; } public long itemID { get; set; } public long DocumentStoreLocationID { get; set; } } }