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