feat(esppTemplateSync): переделал логику, подключил ISyncService
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using PARR.Constants;
|
||||
using PARR.DAL.Models;
|
||||
using PARR.DAL.Models;
|
||||
|
||||
namespace PARR.EsppSync
|
||||
{
|
||||
@@ -9,7 +8,7 @@ namespace PARR.EsppSync
|
||||
/// <typeparam name="EsppObject"></typeparam>
|
||||
/// <param name="str"></param>
|
||||
/// <returns></returns>
|
||||
public delegate EsppObject ParserHandlerDelegate<EsppObject>(string str) where EsppObject : class, IEsppObject;
|
||||
public delegate EsppObject? ParserHandlerDelegate<EsppObject>(string str) where EsppObject : class, IEsppObject;
|
||||
|
||||
/// <summary>
|
||||
/// Конвертирует Template в модель для сравнения
|
||||
|
||||
Reference in New Issue
Block a user