using System.Collections.Generic; using Neo.Legitimate.Data.Models; namespace Neo.Legitimate.OperatingLicenceConsole.Models { public class DocumentsModel : Pilotfish.Afx.Models.ConsoleModel { public Licence OperatingLicence { get; set; } public IEnumerable Documents { get; set; } public long entityID { get; set; } public long itemID { get; set; } public long DocumentStoreLocationID { get; set; } } }