平安校园
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

53 lignes
1.6 KiB

  1. //
  2. global using MoYu;
  3. global using MoYu.DataValidation;
  4. global using MoYu.DependencyInjection;
  5. global using MoYu.FriendlyException;
  6. global using MoYu.Logging;
  7. global using Microsoft.AspNetCore.Builder;
  8. global using Microsoft.AspNetCore.Hosting;
  9. global using Microsoft.AspNetCore.Http;
  10. global using Microsoft.AspNetCore.Mvc;
  11. global using Microsoft.Extensions.DependencyInjection;
  12. global using Microsoft.Extensions.Logging;
  13. global using System;
  14. global using System.Collections.Generic;
  15. global using System.ComponentModel;
  16. global using System.ComponentModel.DataAnnotations;
  17. global using System.IO;
  18. global using System.Linq;
  19. global using System.Text;
  20. global using System.Threading.Tasks;
  21. global using Yitter.IdGenerator;
  22. global using Microsoft.AspNetCore.ResponseCompression;
  23. global using System.IO.Compression;
  24. global using Newtonsoft.Json;
  25. global using Newtonsoft.Json.Linq;
  26. global using MoYu.UnifyResult;
  27. global using Microsoft.AspNetCore.Mvc.Filters;
  28. global using Lazy.Captcha.Core;
  29. global using Lazy.Captcha.Core.Generator.Image;
  30. global using Lazy.Captcha.Core.Generator.Image.Option;
  31. global using Org.BouncyCastle.Utilities.Encoders;
  32. global using Org.BouncyCastle.Crypto.Digests;
  33. global using Org.BouncyCastle.Crypto.Generators;
  34. global using Org.BouncyCastle.Crypto.Parameters;
  35. global using Org.BouncyCastle.Math;
  36. global using Org.BouncyCastle.Math.EC;
  37. global using Org.BouncyCastle.Security;
  38. global using SkiaSharp;
  39. global using System.Drawing;
  40. global using System.Drawing.Drawing2D;
  41. global using ICSharpCode.SharpZipLib.Checksum;
  42. global using ICSharpCode.SharpZipLib.Zip;
  43. global using System.Net;