public void DeleteStudent(string id, ref string[] errors) { web136.SLStudent.DeleteStudentRequest inValue = new web136.SLStudent.DeleteStudentRequest(); inValue.id = id; inValue.errors = errors; web136.SLStudent.DeleteStudentResponse retVal = ((web136.SLStudent.ISLStudent)(this)).DeleteStudent(inValue); errors = retVal.errors; }
public System.Threading.Tasks.Task <web136.SLStudent.DeleteStudentResponse> DeleteStudentAsync(web136.SLStudent.DeleteStudentRequest request) { return(base.Channel.DeleteStudentAsync(request)); }
web136.SLStudent.DeleteStudentResponse web136.SLStudent.ISLStudent.DeleteStudent(web136.SLStudent.DeleteStudentRequest request) { return(base.Channel.DeleteStudent(request)); }