_global.cs 358 B

12345678910
  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 EEMSService.Managers;
  7. global using EEMSService.Hubs;
  8. global using EEMSService.HubSender;
  9. global using Microsoft.AspNetCore.Builder;
  10. global using Microsoft.Extensions.DependencyInjection;