9 lines
240 B
C#
9 lines
240 B
C#
global using Common;
|
|
global using Microsoft.AspNetCore.Mvc;
|
|
global using WebApi.Controllers.Dto;
|
|
global using Repository;
|
|
global using Entity;
|
|
global using System.Text;
|
|
global using System.Text.Json;
|
|
global using System.Text.Json.Nodes;
|