예제 #1
0
 public PointsStudentView.PointsService.StudentPoints[] GetAllStudentPoints()
 {
     PointsStudentView.PointsService.GetAllStudentPointsRequest inValue = new PointsStudentView.PointsService.GetAllStudentPointsRequest();
     inValue.Body = new PointsStudentView.PointsService.GetAllStudentPointsRequestBody();
     PointsStudentView.PointsService.GetAllStudentPointsResponse retVal = ((PointsStudentView.PointsService.PointsServiceSoap)(this)).GetAllStudentPoints(inValue);
     return(retVal.Body.GetAllStudentPointsResult);
 }
예제 #2
0
 public System.Threading.Tasks.Task <PointsStudentView.PointsService.GetAllStudentPointsResponse> GetAllStudentPointsAsync()
 {
     PointsStudentView.PointsService.GetAllStudentPointsRequest inValue = new PointsStudentView.PointsService.GetAllStudentPointsRequest();
     inValue.Body = new PointsStudentView.PointsService.GetAllStudentPointsRequestBody();
     return(((PointsStudentView.PointsService.PointsServiceSoap)(this)).GetAllStudentPointsAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <PointsStudentView.PointsService.GetAllStudentPointsResponse> PointsStudentView.PointsService.PointsServiceSoap.GetAllStudentPointsAsync(PointsStudentView.PointsService.GetAllStudentPointsRequest request)
 {
     return(base.Channel.GetAllStudentPointsAsync(request));
 }
예제 #4
0
 PointsStudentView.PointsService.GetAllStudentPointsResponse PointsStudentView.PointsService.PointsServiceSoap.GetAllStudentPoints(PointsStudentView.PointsService.GetAllStudentPointsRequest request)
 {
     return(base.Channel.GetAllStudentPoints(request));
 }