6 lines
167 B
C#
6 lines
167 B
C#
|
|
global using Service;
|
|||
|
|
global using Common;
|
|||
|
|
global using Microsoft.AspNetCore.Mvc;
|
|||
|
|
global using WebApi.Controllers.Dto;
|
|||
|
|
global using Repository;
|
|||
|
|
global using Entity;
|