feat(esppTemplateSync): переделал логику, подключил ISyncService

This commit is contained in:
Mikhail Trubnikov
2023-11-22 14:19:15 +10:00
parent ede7075eb5
commit dc90275f6f
12 changed files with 144 additions and 432 deletions

View File

@@ -6,6 +6,6 @@ namespace PARR.EsppSync
{
public string TemplateName { get; set; }
public RobotsEnum Robot { get; set; }
public RobotsEnum Robot { get; }
}
}