using Neo.LegitimateLicences.Common.Helpers; using Neo.LegitimateLicences.Common.ViewModels; using Neo.LegitimateLicences.Data.Models; using Neo.Afx.Services.Documents.Entities; using Neo.Afx.Services.Workflows.Entities; using System.Collections.Generic; namespace Neo.LegitimateLicences.VerificationConsole { public class VerificationConsoleModel : ResponsiveAppBaseModel { public new long EntityID { get; set; } public new long ItemID { get; set; } public long WorkflowInstanceID { get; set; } public long WorkflowInstanceTaskID { get; set; } public List Documents { get; set; } } }