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

14 lines
242 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace StructureHelperCommon.Services.Exports
{
public interface IImportLogic
{
void Import();
}
}