UIHub.cs 215 B

12345678910111213
  1. using Microsoft.AspNetCore.SignalR;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace EEMSCenter.Hubs;
  8. internal class UIHub : Hub
  9. {
  10. }