예제 #1
0
        public void DeleteRtCode()
        {
            ISalaryService salaryService = new SalaryServiceClient();
            var            Introduction  = salaryService.DelRdCode("app");
            string         json          = JsonConvert.SerializeObject(Introduction);

            Console.WriteLine(json.ToString());
        }