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