public PointsFacultyView.PointsWebService.StudentPoints[] GetAllStudentPoints() { PointsFacultyView.PointsWebService.GetAllStudentPointsRequest inValue = new PointsFacultyView.PointsWebService.GetAllStudentPointsRequest(); inValue.Body = new PointsFacultyView.PointsWebService.GetAllStudentPointsRequestBody(); PointsFacultyView.PointsWebService.GetAllStudentPointsResponse retVal = ((PointsFacultyView.PointsWebService.PointsServiceSoap)(this)).GetAllStudentPoints(inValue); return(retVal.Body.GetAllStudentPointsResult); }
public System.Threading.Tasks.Task <PointsFacultyView.PointsWebService.GetAllStudentPointsResponse> GetAllStudentPointsAsync() { PointsFacultyView.PointsWebService.GetAllStudentPointsRequest inValue = new PointsFacultyView.PointsWebService.GetAllStudentPointsRequest(); inValue.Body = new PointsFacultyView.PointsWebService.GetAllStudentPointsRequestBody(); return(((PointsFacultyView.PointsWebService.PointsServiceSoap)(this)).GetAllStudentPointsAsync(inValue)); }
System.Threading.Tasks.Task <PointsFacultyView.PointsWebService.GetAllStudentPointsResponse> PointsFacultyView.PointsWebService.PointsServiceSoap.GetAllStudentPointsAsync(PointsFacultyView.PointsWebService.GetAllStudentPointsRequest request) { return(base.Channel.GetAllStudentPointsAsync(request)); }
PointsFacultyView.PointsWebService.GetAllStudentPointsResponse PointsFacultyView.PointsWebService.PointsServiceSoap.GetAllStudentPoints(PointsFacultyView.PointsWebService.GetAllStudentPointsRequest request) { return(base.Channel.GetAllStudentPoints(request)); }