using Neo.LegitimateLicences.Common.Helpers; using Neo.LegitimateLicences.Common.ViewModels; using Neo.LegitimateLicences.Data.Models; using Neo.Afx.Services.Documents.Entities; using System.Collections.Generic; namespace Neo.LegitimateLicences.VerificationConsole { public class FinaliseVerificationModel : ResponsiveAppBaseModel { public new long ItemID { get; set; } public long WorkflowInstanceTaskID { get; set; } public bool VerficationFailed { get; set; } public string RequestCorrectionMessage { get; set; } } }