13 lines
376 B
C#
13 lines
376 B
C#
global using BaseOUDAL;
|
|
global using Microsoft.AspNetCore.Mvc;
|
|
global using Microsoft.AspNetCore.Mvc.Rendering;
|
|
global using Microsoft.EntityFrameworkCore;
|
|
global using YLErp.BLL;
|
|
global using YLErp.DBModels;
|
|
global using YLErp.Helpers;
|
|
global using YLErp.Model;
|
|
global using YLErp.Models;
|
|
global using YLErp.Modules;
|
|
global using YLErp.Web;
|
|
global using YLErp.Web.Models;
|