using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Neo.Legitimate.Data.Models { public partial class Pr_ApplicationRequestDetailsSearch_Result { public bool IsSelected { get; set; } } }