Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <PointsStudentView.PointsService.IfStudentExistsResponse> IfStudentExistsAsync(string studentNumber)
 {
     PointsStudentView.PointsService.IfStudentExistsRequest inValue = new PointsStudentView.PointsService.IfStudentExistsRequest();
     inValue.Body = new PointsStudentView.PointsService.IfStudentExistsRequestBody();
     inValue.Body.studentNumber = studentNumber;
     return(((PointsStudentView.PointsService.PointsServiceSoap)(this)).IfStudentExistsAsync(inValue));
 }
Ejemplo n.º 2
0
 public bool IfStudentExists(string studentNumber)
 {
     PointsStudentView.PointsService.IfStudentExistsRequest inValue = new PointsStudentView.PointsService.IfStudentExistsRequest();
     inValue.Body = new PointsStudentView.PointsService.IfStudentExistsRequestBody();
     inValue.Body.studentNumber = studentNumber;
     PointsStudentView.PointsService.IfStudentExistsResponse retVal = ((PointsStudentView.PointsService.PointsServiceSoap)(this)).IfStudentExists(inValue);
     return(retVal.Body.IfStudentExistsResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <PointsStudentView.PointsService.IfStudentExistsResponse> PointsStudentView.PointsService.PointsServiceSoap.IfStudentExistsAsync(PointsStudentView.PointsService.IfStudentExistsRequest request)
 {
     return(base.Channel.IfStudentExistsAsync(request));
 }
Ejemplo n.º 4
0
 PointsStudentView.PointsService.IfStudentExistsResponse PointsStudentView.PointsService.PointsServiceSoap.IfStudentExists(PointsStudentView.PointsService.IfStudentExistsRequest request)
 {
     return(base.Channel.IfStudentExists(request));
 }