コード例 #1
0
ファイル: RESTService.cs プロジェクト: nomada2/b2c-mt-webapp
 public RESTService(TokenService tokenService, IConfiguration conf)
 {
     _tokenService = tokenService;
     _conf         = conf;
     Url           = conf["RESTUrl"];
 }
コード例 #2
0
 public RESTService(TokenService tokenService)
 {
     _tokenService = tokenService;
 }