16 lines
430 B
C#
16 lines
430 B
C#
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;
|
|
|
|
|
|
|