You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
844 B
21 lines
844 B
global using System.Linq.Expressions;
|
|
global using System.Text;
|
|
global using System.Text.RegularExpressions;
|
|
global using Microsoft.AspNetCore.Authorization;
|
|
global using Microsoft.AspNetCore.Mvc;
|
|
global using Newtonsoft.Json;
|
|
global using Tiobon.Core.Api.Filter;
|
|
global using Tiobon.Core.Common;
|
|
global using Tiobon.Core.Common.Helper;
|
|
global using Tiobon.Core.Common.LogHelper;
|
|
global using Tiobon.Core.Controllers;
|
|
global using Tiobon.Core.IServices;
|
|
global using Tiobon.Core.Model;
|
|
global using Tiobon.Core.Model.Models;
|
|
global using Tiobon.Core.Model.ViewModels;
|
|
global using Tiobon.Core.Repository.UnitOfWorks;
|
|
global using Tiobon.Core.SwaggerHelper;
|
|
global using static Tiobon.Core.Extensions.SwaggerSetup;
|
|
global using Tiobon.Core.Base.Helper;
|
|
global using Tiobon.Core.Model.Entity;
|
|
global using Tiobon.Core.Model.ViewModels.Extend;
|
|
|