创建项目
This commit is contained in:
16
Service/Application.Web/GlobalUsings.cs
Normal file
16
Service/Application.Web/GlobalUsings.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
global using Photon.Core;
|
||||
global using Photon.Core.Jwt;
|
||||
global using Photon.Core.Services;
|
||||
global using Photon.Core.SqlSugar;
|
||||
global using Photon.Core.Assist;
|
||||
global using Photon.Core.Timer;
|
||||
|
||||
global using Application.Service.Pub;
|
||||
global using Application.Domain;
|
||||
global using Application.Domain.Entity;
|
||||
global using Microsoft.AspNetCore.Authorization;
|
||||
global using Microsoft.AspNetCore.Mvc;
|
||||
global using Application.Web;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user