ChatHubPrefix.cs 116 B

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