init
This commit is contained in:
11
Common/DTS.Common.Import/Interfaces/IParseCSVTest.cs
Normal file
11
Common/DTS.Common.Import/Interfaces/IParseCSVTest.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using DTS.Common.Classes;
|
||||
using CsvHelper;
|
||||
|
||||
namespace DTS.Common.Import.Interfaces
|
||||
{
|
||||
public interface IParseCSVTest
|
||||
{
|
||||
int Version { get; }
|
||||
void ParseVersion(CsvReader csvReader, TestSetupImportData tsid);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user