GlobalUsings.cs 203 B

123456789
  1. global using System;
  2. global using System.Collections.Generic;
  3. global using System.Linq;
  4. global using System.Text;
  5. global using System.Threading.Tasks;
  6. global using SqlSugar;
  7. global using AutoMapper;