예제 #1
0
        public void DeleteRtCost()
        {
            ISalaryService salaryService = new SalaryServiceClient();
            var            Introduction  = salaryService.DelRdCost(5);
            string         json          = JsonConvert.SerializeObject(Introduction);

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