9 lines
148 B
C#
9 lines
148 B
C#
namespace PARR.EsppTemplateSync.Services
|
|
{
|
|
internal interface IParserService
|
|
{
|
|
Task<bool> ParseStringAsync(string str);
|
|
|
|
}
|
|
}
|