示例#1
0
 public RESTService(TokenService tokenService, IConfiguration conf)
 {
     _tokenService = tokenService;
     _conf         = conf;
     Url           = conf["RESTUrl"];
 }
示例#2
0
 public RESTService(TokenService tokenService)
 {
     _tokenService = tokenService;
 }