Пример #1
0
 public ConfigController(ConfigService configService, TokenService tokenService)
 {
     _configService = configService;
     _tokenService = tokenService;
 }