public ConfigController(ConfigService configService, BuildsService buildService, FileService fileService) { _buildsService = buildService; _fileService = fileService; _configService = configService; }
public BuildsController(BuildsService buildService, FileService fileService) { _buildsService = buildService; _fileService = fileService; }