stuff and refactor
This commit is contained in:
7
OpenCand.ETL/Contracts/IParserService.cs
Normal file
7
OpenCand.ETL/Contracts/IParserService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace OpenCand.ETL.Contracts
|
||||
{
|
||||
public interface IParserService<CsvObj>
|
||||
{
|
||||
Task ParseObject(CsvObj record);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user