using PARR.DAL.Models; namespace PARR.EsppTemplateSync.Services { internal interface IParserService { Template? ParseString(string str); } }