using System.Collections.Generic; using Neo.Legitimate.Data.Models; namespace Neo.Legitimate.VehicleConsole.Models { public class RelatedLicencesModel : Pilotfish.Afx.Models.ConsoleModel { public Vw_Vehicles VehicleDetail { get; set; } public IEnumerable RelatedLicences { get; set; } public long entityID { get; set; } public long itemID { get; set; } public long DocumentStoreLocationID { get; set; } } }