fix(esppTemplateSync): при синхронизации сравнивать инициатора

This commit is contained in:
Mikhail Trubnikov
2024-08-14 11:00:32 +10:00
parent ec49097661
commit 0f3def4b3a
2 changed files with 4 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ namespace PARR.EsppTemplateSync.Domain
public required string ResponseArea { get; set; }
public required string Duration { get; set; }
public required string EK { get; set; }
//public required string Initiator { get; set; }
public required string Initiator { get; set; }
public required string FullDescription { get; set; }
//public required string ClosingCode { get; set; }
public required string Solution { get; set; }