table Template
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
namespace PARR.EsppTemplateSync.Services
|
||||
using PARR.DAL.Models;
|
||||
|
||||
namespace PARR.EsppTemplateSync.Services
|
||||
{
|
||||
internal interface IParserService
|
||||
{
|
||||
Task<bool> ParseStringAsync(string str);
|
||||
|
||||
Task<Template> ParseStringAsync(string str);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user