Exemplo n.º 1
0
 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);
 }
Exemplo n.º 2
0
 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));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <PointsFacultyView.PointsWebService.GetAllStudentPointsResponse> PointsFacultyView.PointsWebService.PointsServiceSoap.GetAllStudentPointsAsync(PointsFacultyView.PointsWebService.GetAllStudentPointsRequest request)
 {
     return(base.Channel.GetAllStudentPointsAsync(request));
 }
Exemplo n.º 4
0
 PointsFacultyView.PointsWebService.GetAllStudentPointsResponse PointsFacultyView.PointsWebService.PointsServiceSoap.GetAllStudentPoints(PointsFacultyView.PointsWebService.GetAllStudentPointsRequest request)
 {
     return(base.Channel.GetAllStudentPoints(request));
 }