updtaecompany

This commit is contained in:
Adam 2024-05-27 21:53:32 +02:00
parent 4184c08392
commit cf117ba079
1 changed files with 3 additions and 0 deletions

View File

@ -13,4 +13,7 @@ public class SignalRTags : AcSignalRTags
[SignalMessageTag(typeof(SignalPostJsonDataMessage<Transfer>), typeof(SignalResponseMessage<string>), null, null)] [SignalMessageTag(typeof(SignalPostJsonDataMessage<Transfer>), typeof(SignalResponseMessage<string>), null, null)]
public static readonly int UpdateTransferAsync = 7; public static readonly int UpdateTransferAsync = 7;
public static readonly int GetCompaniesAsync = 8; public static readonly int GetCompaniesAsync = 8;
public static readonly int UpdateCompanyAsync = 9;
} }