fix FormatException в ParserService(isActive), добавлен CallbackException в честный MqService

This commit is contained in:
Mikhail Kuznetsov
2023-09-29 15:01:34 +10:00
parent 4643cfedff
commit 8164e9e8ba
8 changed files with 38 additions and 85 deletions

View File

@@ -9,6 +9,7 @@ namespace PARR.EsppTemplateSync.Settings
public StorageSettings? StorageSettings { get; set; }
public List<string>? IgnoreTemplateFields { get; set; }
public string ParsingSeparator { get; set; } = "<|>";
public string TemplatePrefix { get; set; }
}
internal class MqSettings : IMqSettings