Beispiel #1
0
 public ExamsFunction(IGetFunctionHandlerService getHandler, IWellknownDataService wellknown)
 {
     this.getHandler  = getHandler;
     this.currentTerm = wellknown.CurrentTerm;
 }
Beispiel #2
0
 public ScoreFunction(IGetFunctionHandlerService getHandler) => this.getHandler = getHandler;
Beispiel #3
0
 public StudentInfoFunction(IGetFunctionHandlerService getHandler) => this.getHandler = getHandler;