public void DeleteRtCost() { ISalaryService salaryService = new SalaryServiceClient(); var Introduction = salaryService.DelRdCost(5); string json = JsonConvert.SerializeObject(Introduction); Console.WriteLine(json.ToString()); }