using Neo.LegitimateLicences.Common.ViewModels; using System.Collections.Generic; namespace Neo.LegitimateLicences.Web.Models.Afx { public class AfxDocumentScanModel : ResponsiveAppWorkflowModel { public long DocumentID { get; set; } public long DocumentTypeID { get; set; } public long DocumentStoreLocationID { get; set; } public long WorkflowInstanceDocumentID { get; set; } public string DocumentName { get; set; } } }