Exemplo n.º 1
0
 public void InsertStudent(web136.SLStudent.Student student, ref string[] errors)
 {
     web136.SLStudent.InsertStudentRequest inValue = new web136.SLStudent.InsertStudentRequest();
     inValue.student = student;
     inValue.errors  = errors;
     web136.SLStudent.InsertStudentResponse retVal = ((web136.SLStudent.ISLStudent)(this)).InsertStudent(inValue);
     errors = retVal.errors;
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <web136.SLStudent.InsertStudentResponse> InsertStudentAsync(web136.SLStudent.InsertStudentRequest request)
 {
     return(base.Channel.InsertStudentAsync(request));
 }
Exemplo n.º 3
0
 web136.SLStudent.InsertStudentResponse web136.SLStudent.ISLStudent.InsertStudent(web136.SLStudent.InsertStudentRequest request)
 {
     return(base.Channel.InsertStudent(request));
 }