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