Esempio n. 1
0
 public web136.SLStudent.Student[] GetStudentList(ref string[] errors)
 {
     web136.SLStudent.GetStudentListRequest inValue = new web136.SLStudent.GetStudentListRequest();
     inValue.errors = errors;
     web136.SLStudent.GetStudentListResponse retVal = ((web136.SLStudent.ISLStudent)(this)).GetStudentList(inValue);
     errors = retVal.errors;
     return(retVal.GetStudentListResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <web136.SLStudent.GetStudentListResponse> GetStudentListAsync(web136.SLStudent.GetStudentListRequest request)
 {
     return(base.Channel.GetStudentListAsync(request));
 }
Esempio n. 3
0
 web136.SLStudent.GetStudentListResponse web136.SLStudent.ISLStudent.GetStudentList(web136.SLStudent.GetStudentListRequest request)
 {
     return(base.Channel.GetStudentList(request));
 }