using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Muchinfo.MTPClient.Data.Model.Account { public class ArrayRiskThreshold { public double RiskThresholdRatio { get; set; } public int RiskThresholdType { get; set; } } }