Example #1
0
 public System.Threading.Tasks.Task <PointsStudentView.PointsService.GetStudentPointsResponse> GetStudentPointsAsync(string number)
 {
     PointsStudentView.PointsService.GetStudentPointsRequest inValue = new PointsStudentView.PointsService.GetStudentPointsRequest();
     inValue.Body        = new PointsStudentView.PointsService.GetStudentPointsRequestBody();
     inValue.Body.number = number;
     return(((PointsStudentView.PointsService.PointsServiceSoap)(this)).GetStudentPointsAsync(inValue));
 }
Example #2
0
 public PointsStudentView.PointsService.StudentPoints GetStudentPoints(string number)
 {
     PointsStudentView.PointsService.GetStudentPointsRequest inValue = new PointsStudentView.PointsService.GetStudentPointsRequest();
     inValue.Body        = new PointsStudentView.PointsService.GetStudentPointsRequestBody();
     inValue.Body.number = number;
     PointsStudentView.PointsService.GetStudentPointsResponse retVal = ((PointsStudentView.PointsService.PointsServiceSoap)(this)).GetStudentPoints(inValue);
     return(retVal.Body.GetStudentPointsResult);
 }
Example #3
0
 System.Threading.Tasks.Task <PointsStudentView.PointsService.GetStudentPointsResponse> PointsStudentView.PointsService.PointsServiceSoap.GetStudentPointsAsync(PointsStudentView.PointsService.GetStudentPointsRequest request)
 {
     return(base.Channel.GetStudentPointsAsync(request));
 }
Example #4
0
 PointsStudentView.PointsService.GetStudentPointsResponse PointsStudentView.PointsService.PointsServiceSoap.GetStudentPoints(PointsStudentView.PointsService.GetStudentPointsRequest request)
 {
     return(base.Channel.GetStudentPoints(request));
 }