public System.Data.DataSet getAllModuleByTerm(string term)
 {
     myWebAspClient.professor_Report_WCFLib.getAllModuleByTermRequest inValue = new myWebAspClient.professor_Report_WCFLib.getAllModuleByTermRequest();
     inValue.term = term;
     myWebAspClient.professor_Report_WCFLib.getAllModuleByTermResponse retVal = ((myWebAspClient.professor_Report_WCFLib.IProfessorReport)(this)).getAllModuleByTerm(inValue);
     return(retVal.getAllModuleByTermResult);
 }
 public System.Threading.Tasks.Task <myWebAspClient.professor_Report_WCFLib.getAllModuleByTermResponse> getAllModuleByTermAsync(string term)
 {
     myWebAspClient.professor_Report_WCFLib.getAllModuleByTermRequest inValue = new myWebAspClient.professor_Report_WCFLib.getAllModuleByTermRequest();
     inValue.term = term;
     return(((myWebAspClient.professor_Report_WCFLib.IProfessorReport)(this)).getAllModuleByTermAsync(inValue));
 }
 System.Threading.Tasks.Task <myWebAspClient.professor_Report_WCFLib.getAllModuleByTermResponse> myWebAspClient.professor_Report_WCFLib.IProfessorReport.getAllModuleByTermAsync(myWebAspClient.professor_Report_WCFLib.getAllModuleByTermRequest request)
 {
     return(base.Channel.getAllModuleByTermAsync(request));
 }
 myWebAspClient.professor_Report_WCFLib.getAllModuleByTermResponse myWebAspClient.professor_Report_WCFLib.IProfessorReport.getAllModuleByTerm(myWebAspClient.professor_Report_WCFLib.getAllModuleByTermRequest request)
 {
     return(base.Channel.getAllModuleByTerm(request));
 }