Esempio n. 1
0
 public RESTService(TokenService tokenService, IConfiguration conf)
 {
     _tokenService = tokenService;
     _conf         = conf;
     Url           = conf["RESTUrl"];
 }
Esempio n. 2
0
 public RESTService(TokenService tokenService)
 {
     _tokenService = tokenService;
 }