コード例 #1
0
ファイル: ConfigController.cs プロジェクト: azhe127/Stardust
 public ConfigController(ConfigService configService, TokenService tokenService)
 {
     _configService = configService;
     _tokenService = tokenService;
 }