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