using Neo.LegitimateLicences.Common.ViewModels; using Neo.Afx.ViewModels; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Neo.Afx.Services.Workflows.Entities; using Neo.Afx.Services.Documents.Entities; namespace Neo.LegitimateLicences.Web.Models.Afx { public class AfxEntityDocumentsModel : ResponsiveAppWorkflowModel { //public Pr_EmployeeGet_Result VerifiedEmployee { get; set; } public List Documents { get; set; } public long entityID { get; set; } public long itemID { get; set; } public long DocumentStoreLocationID { get; set; } } }