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