using System; using System.Collections.Generic; using System.Web.Script.Serialization; namespace Neo.LegitimateLicences.Data.Models { public partial class GazetteDetail { public List LinkedApplications {get; set; } } }