public System.Threading.Tasks.Task <PointsFacultyView.PointsWebService.IfStudentExistsResponse> IfStudentExistsAsync(string studentNumber)
 {
     PointsFacultyView.PointsWebService.IfStudentExistsRequest inValue = new PointsFacultyView.PointsWebService.IfStudentExistsRequest();
     inValue.Body = new PointsFacultyView.PointsWebService.IfStudentExistsRequestBody();
     inValue.Body.studentNumber = studentNumber;
     return(((PointsFacultyView.PointsWebService.PointsServiceSoap)(this)).IfStudentExistsAsync(inValue));
 }
 public bool IfStudentExists(string studentNumber)
 {
     PointsFacultyView.PointsWebService.IfStudentExistsRequest inValue = new PointsFacultyView.PointsWebService.IfStudentExistsRequest();
     inValue.Body = new PointsFacultyView.PointsWebService.IfStudentExistsRequestBody();
     inValue.Body.studentNumber = studentNumber;
     PointsFacultyView.PointsWebService.IfStudentExistsResponse retVal = ((PointsFacultyView.PointsWebService.PointsServiceSoap)(this)).IfStudentExists(inValue);
     return(retVal.Body.IfStudentExistsResult);
 }
 System.Threading.Tasks.Task <PointsFacultyView.PointsWebService.IfStudentExistsResponse> PointsFacultyView.PointsWebService.PointsServiceSoap.IfStudentExistsAsync(PointsFacultyView.PointsWebService.IfStudentExistsRequest request)
 {
     return(base.Channel.IfStudentExistsAsync(request));
 }
 PointsFacultyView.PointsWebService.IfStudentExistsResponse PointsFacultyView.PointsWebService.PointsServiceSoap.IfStudentExists(PointsFacultyView.PointsWebService.IfStudentExistsRequest request)
 {
     return(base.Channel.IfStudentExists(request));
 }