Exemplo n.º 1
0
 public TokenController(IConfiguration config, IloggingProvider logger)
 {
     this._configuration = config;
     this.logger         = logger;
 }
Exemplo n.º 2
0
 public TestController(IConfiguration config, IloggingProvider log)
 {
     this._configuration = config;
     this.logger         = log;
 }