using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Neo.LegitimateLicences.ApplicationRequest.Models.Database { public partial class Pr_ApplicationCreateGetMemberLicences_Result { public bool IsLicenceSelected { get; set; } } }