Ejemplo n.º 1
0
 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);
 }
Ejemplo n.º 2
0
 StudentForm.StudentService.DeleteStudentResponse StudentForm.StudentService.ServiceSoap.DeleteStudent(StudentForm.StudentService.DeleteStudentRequest request)
 {
     return(base.Channel.DeleteStudent(request));
 }