From cf117ba07926edf956a3b2404e672a5ef184bb6a Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 27 May 2024 21:53:32 +0200 Subject: [PATCH] updtaecompany --- TIAM.Services/SignalRTags.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TIAM.Services/SignalRTags.cs b/TIAM.Services/SignalRTags.cs index 7b3a7993..631ebc4d 100644 --- a/TIAM.Services/SignalRTags.cs +++ b/TIAM.Services/SignalRTags.cs @@ -13,4 +13,7 @@ public class SignalRTags : AcSignalRTags [SignalMessageTag(typeof(SignalPostJsonDataMessage), typeof(SignalResponseMessage), null, null)] public static readonly int UpdateTransferAsync = 7; public static readonly int GetCompaniesAsync = 8; + + public static readonly int UpdateCompanyAsync = 9; + } \ No newline at end of file