private static void DowngradeRun(DowngradeOptions options) { var serviceProvider = CreateServices(); using (var scope = serviceProvider.CreateScope()) { DowngradeDatabase(scope.ServiceProvider, options.Version); } }
public DowngradeCommand(DowngradeOptions options, BoundConfig config) { _options = options; _config = config; }