GlobalUsings.cs 491 B

1234567891011121314
  1. global using OASystem.Domain.Entities;
  2. global using OASystem.Domain.Enums;
  3. global using SqlSugar;
  4. global using System.Data;
  5. global using System.Linq.Expressions;
  6. global using System.Text;
  7. global using OASystem.Domain.ViewModels;
  8. global using Microsoft.Extensions.Configuration;
  9. global using System.Text.Json;
  10. global using Microsoft.AspNetCore.Http;
  11. global using System.Text.RegularExpressions;
  12. global using OASystem.Domain.Entities.System;
  13. global using OASystem.Domain.ViewModels.System;