9 lines
231 B
C#
9 lines
231 B
C#
global using Service;
|
|
global using Service.AgentFramework;
|
|
global using Common;
|
|
global using Microsoft.AspNetCore.Mvc;
|
|
global using WebApi.Controllers.Dto;
|
|
global using Repository;
|
|
global using Entity;
|
|
global using System.Text;
|