using System; using System.Collections.Generic; using System.Web; namespace Neo.Legitimate.ApplicationRequest.Models { public partial class ApplicationRankDetail { public bool IsDefaultRank { get; set; } } }