2023-09-21 15:54:46 +10:00
|
|
|
|
using PARR.EsppTemplateSync.Domain;
|
2023-09-01 12:40:41 +10:00
|
|
|
|
|
|
|
|
|
|
namespace PARR.EsppTemplateSync.Services
|
2023-08-25 15:32:06 +10:00
|
|
|
|
{
|
|
|
|
|
|
internal interface IParserService
|
|
|
|
|
|
{
|
2023-09-21 15:54:46 +10:00
|
|
|
|
EsppTemplate? ParseString(string str);
|
2023-08-25 15:32:06 +10:00
|
|
|
|
}
|
|
|
|
|
|
}
|