Beispiel #1
0
        public static string CreateBadMessage()
        {
            CompensationInvenstment compInvestment = getCompensationInvestment();

            compInvestment.InvestmentType = "NonCompensation";
            return(compInvestment.GenerateJson());
        }
Beispiel #2
0
        public static string CreateCompMessage()
        {
            CompensationInvenstment compInvestment = getCompensationInvestment();

            return(compInvestment.GenerateJson());
        }