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.AccreditationConsole { public class DefaultModel : ResponsiveAppBaseModel { public Accreditation Accreditation { 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; } } }