updtaecompany
This commit is contained in:
parent
4184c08392
commit
cf117ba079
|
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue