Добавьте файлы проекта.
This commit is contained in:
7
SQLLinter/Infrastructure/Interfaces/IViolationFixer.cs
Normal file
7
SQLLinter/Infrastructure/Interfaces/IViolationFixer.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace SQLLinter.Infrastructure.Interfaces
|
||||
{
|
||||
public interface IViolationFixer
|
||||
{
|
||||
void Fix();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user