using System.Collections.Generic; using Neo.Legitimate.Data.Models; namespace Neo.Legitimate.RouteConsole.Models { public class OperatingLicenceModel : Pilotfish.Afx.Models.ConsoleModel { public Route Route { get; set; } public IEnumerable OperatingLicences { get; set; } public long entityID { get; set; } public long itemID { get; set; } public long DocumentStoreLocationID { get; set; } } }