init
This commit is contained in:
8
Common/DTS.Common.Import/Interfaces/IParseVariant.cs
Normal file
8
Common/DTS.Common.Import/Interfaces/IParseVariant.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace DTS.Common.Import.Interfaces
|
||||
{
|
||||
public interface IParseVariant
|
||||
{
|
||||
string FileName { get; set; }
|
||||
void Parse(ref ImportObject importObject);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user