_global.cs 394 B

123456789101112
  1. global using Microsoft.AspNetCore.SignalR;
  2. global using System.Collections.Concurrent;
  3. global using System.IO;
  4. global using Universal;
  5. global using Device;
  6. global using EEMSServerCore.Managers;
  7. global using EEMSServerCore.Hubs;
  8. global using EEMSServerCore.HubSender;
  9. global using Microsoft.AspNetCore.Builder;
  10. global using Microsoft.Extensions.DependencyInjection;
  11. global using ServiceBase;