Exemplo n.º 1
0
 public web136.SLStudent.Student GetStudent(string id, ref string[] errors)
 {
     web136.SLStudent.GetStudentRequest inValue = new web136.SLStudent.GetStudentRequest();
     inValue.id     = id;
     inValue.errors = errors;
     web136.SLStudent.GetStudentResponse retVal = ((web136.SLStudent.ISLStudent)(this)).GetStudent(inValue);
     errors = retVal.errors;
     return(retVal.GetStudentResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <web136.SLStudent.GetStudentResponse> GetStudentAsync(web136.SLStudent.GetStudentRequest request)
 {
     return(base.Channel.GetStudentAsync(request));
 }
Exemplo n.º 3
0
 web136.SLStudent.GetStudentResponse web136.SLStudent.ISLStudent.GetStudent(web136.SLStudent.GetStudentRequest request)
 {
     return(base.Channel.GetStudent(request));
 }