using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Neo.LegitimateLicences.ApplicationRequest.Models.Database { public partial class ApplicationLicenceRouteDetail { public List ExistingApplicationLicenceRouteDetailPlaces{ get; set; } } }