Import from internal git
This commit is contained in:
6
Core/Interfaces/IExporter.cs
Normal file
6
Core/Interfaces/IExporter.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Core.Interfaces;
|
||||
|
||||
public interface IExporter
|
||||
{
|
||||
public void Export();
|
||||
}
|
||||
Reference in New Issue
Block a user