using Neo.LegitimateLicences.Data.Models; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Neo.LegitimateLicences.BusinessRuleBypassRequest { public class BusinessRuleBypassRequestConsoleModel : Common.ViewModels.ResponsiveAppWorkflowModel { public double CTS { get; set; } } }