8 lines
125 B
C#
8 lines
125 B
C#
namespace StructureHelperCommon.Services.Exports
|
|
{
|
|
public interface IExportLogic
|
|
{
|
|
void Export();
|
|
}
|
|
}
|