示例#1
0
文件: Reference.cs 项目: dalkan/WSAD
 public void DeleteStudent(StudentForm.StudentService.Student studentExDelete)
 {
     StudentForm.StudentService.DeleteStudentRequest inValue = new StudentForm.StudentService.DeleteStudentRequest();
     inValue.Body = new StudentForm.StudentService.DeleteStudentRequestBody();
     inValue.Body.studentExDelete = studentExDelete;
     StudentForm.StudentService.DeleteStudentResponse retVal = ((StudentForm.StudentService.ServiceSoap)(this)).DeleteStudent(inValue);
 }
示例#2
0
文件: Reference.cs 项目: dalkan/WSAD
 StudentForm.StudentService.DeleteStudentResponse StudentForm.StudentService.ServiceSoap.DeleteStudent(StudentForm.StudentService.DeleteStudentRequest request)
 {
     return(base.Channel.DeleteStudent(request));
 }