namespace SQLLinter.Infrastructure.Interfaces { public interface IViolationFixer { void Fix(); } }