public System.Threading.Tasks.Task <PointsFacultyView.PointsWebService.GetStudentPointsResponse> GetStudentPointsAsync(string number)
 {
     PointsFacultyView.PointsWebService.GetStudentPointsRequest inValue = new PointsFacultyView.PointsWebService.GetStudentPointsRequest();
     inValue.Body        = new PointsFacultyView.PointsWebService.GetStudentPointsRequestBody();
     inValue.Body.number = number;
     return(((PointsFacultyView.PointsWebService.PointsServiceSoap)(this)).GetStudentPointsAsync(inValue));
 }
 public PointsFacultyView.PointsWebService.StudentPoints GetStudentPoints(string number)
 {
     PointsFacultyView.PointsWebService.GetStudentPointsRequest inValue = new PointsFacultyView.PointsWebService.GetStudentPointsRequest();
     inValue.Body        = new PointsFacultyView.PointsWebService.GetStudentPointsRequestBody();
     inValue.Body.number = number;
     PointsFacultyView.PointsWebService.GetStudentPointsResponse retVal = ((PointsFacultyView.PointsWebService.PointsServiceSoap)(this)).GetStudentPoints(inValue);
     return(retVal.Body.GetStudentPointsResult);
 }
 System.Threading.Tasks.Task <PointsFacultyView.PointsWebService.GetStudentPointsResponse> PointsFacultyView.PointsWebService.PointsServiceSoap.GetStudentPointsAsync(PointsFacultyView.PointsWebService.GetStudentPointsRequest request)
 {
     return(base.Channel.GetStudentPointsAsync(request));
 }
 PointsFacultyView.PointsWebService.GetStudentPointsResponse PointsFacultyView.PointsWebService.PointsServiceSoap.GetStudentPoints(PointsFacultyView.PointsWebService.GetStudentPointsRequest request)
 {
     return(base.Channel.GetStudentPoints(request));
 }