ChatHubPrefix.cs 118 B

1234567
  1. 
  2. namespace Admin.NET.Core;
  3. public class ChatHubPrefix
  4. {
  5. public const string GROUP_ONLINE = "GROUP_ONLINE_";
  6. }