Exemple #1
0
        public void TestMethod6()
        {
            //var _zk=new _ZKInsurancePlatform();
            var start  = DateTime.Now.AddDays(5);
            var result = InsurancePlatformDomainService.Buy_Insurance("001819030863388", start, start.AddDays(7),
                                                                      "段琳", EnumIDType.BirthDate, "", EnumSexType.Male, DateTime.Now.AddYears(-1), "13880226666");

            Console.WriteLine(result);
        }
Exemple #2
0
        public void TestMethod7()
        {
            var result = InsurancePlatformDomainService.Refund_Insurance("001864682410388", "XYJR201408061014519647625");

            Console.WriteLine(result);
        }