예제 #1
0
파일: Exams.cs 프로젝트: DL444/ucqu-ng
 public ExamsFunction(IGetFunctionHandlerService getHandler, IWellknownDataService wellknown)
 {
     this.getHandler  = getHandler;
     this.currentTerm = wellknown.CurrentTerm;
 }
예제 #2
0
파일: Score.cs 프로젝트: DL444/ucqu-ng
 public ScoreFunction(IGetFunctionHandlerService getHandler) => this.getHandler = getHandler;
예제 #3
0
 public StudentInfoFunction(IGetFunctionHandlerService getHandler) => this.getHandler = getHandler;