public void Delete() { // 排列 DataServiceController controller = new DataServiceController(); // 操作 controller.Delete(5); // 断言 }