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