8 lines
142 B
C#
8 lines
142 B
C#
namespace PARR.EsppTemplateSync.Services
|
|
{
|
|
internal interface IParserService
|
|
{
|
|
Task<bool> ParseAsync(string path);
|
|
}
|
|
}
|