示例#1
0
 public System.Data.DataSet getAllQuizByStudentId(int studentId)
 {
     myWebAspClient.student_Report_WCFLib.getAllQuizByStudentIdRequest inValue = new myWebAspClient.student_Report_WCFLib.getAllQuizByStudentIdRequest();
     inValue.studentId = studentId;
     myWebAspClient.student_Report_WCFLib.getAllQuizByStudentIdResponse retVal = ((myWebAspClient.student_Report_WCFLib.IStudentReport)(this)).getAllQuizByStudentId(inValue);
     return(retVal.getAllQuizByStudentIdResult);
 }
示例#2
0
 public System.Threading.Tasks.Task <myWebAspClient.student_Report_WCFLib.getAllQuizByStudentIdResponse> getAllQuizByStudentIdAsync(int studentId)
 {
     myWebAspClient.student_Report_WCFLib.getAllQuizByStudentIdRequest inValue = new myWebAspClient.student_Report_WCFLib.getAllQuizByStudentIdRequest();
     inValue.studentId = studentId;
     return(((myWebAspClient.student_Report_WCFLib.IStudentReport)(this)).getAllQuizByStudentIdAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <myWebAspClient.student_Report_WCFLib.getAllQuizByStudentIdResponse> myWebAspClient.student_Report_WCFLib.IStudentReport.getAllQuizByStudentIdAsync(myWebAspClient.student_Report_WCFLib.getAllQuizByStudentIdRequest request)
 {
     return(base.Channel.getAllQuizByStudentIdAsync(request));
 }
示例#4
0
 myWebAspClient.student_Report_WCFLib.getAllQuizByStudentIdResponse myWebAspClient.student_Report_WCFLib.IStudentReport.getAllQuizByStudentId(myWebAspClient.student_Report_WCFLib.getAllQuizByStudentIdRequest request)
 {
     return(base.Channel.getAllQuizByStudentId(request));
 }