Files
StructureHelper/StructureHelperCommon/Services/Exports/IExportLogic.cs
2025-11-01 21:56:47 +05:00

8 lines
125 B
C#

namespace StructureHelperCommon.Services.Exports
{
public interface IExportLogic
{
void Export();
}
}