PARR.EsppTemplateSyncWorker
This commit is contained in:
7
PARR.EsppTemplateSync/Services/IParserService.cs
Normal file
7
PARR.EsppTemplateSync/Services/IParserService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PARR.EsppTemplateSync.Services
|
||||
{
|
||||
internal interface IParserService
|
||||
{
|
||||
Task<bool> ParseAsync(string path);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user