using System; using System.Collections.Generic; using System.Web.Script.Serialization; namespace Neo.Legitimate.Data.Models { public partial class AdjudicationDetail { public int TotalApplicationCount { get; set; } public bool IsDecisionCaptureAllowed { get; set; } } }