using System; using System.Collections.Generic; using System.Web.Script.Serialization; namespace Neo.Legitimate.NewRouteRequest.Models { public partial class NewRouteRequestDetail { public IEnumerable RemovedNodes { get; set; } public IEnumerable RelatedApplicationRequests { get; set; } public IEnumerable LinkedOperatingLicences { get; set; } } }