9 lines
266 B
C#
9 lines
266 B
C#
global using Microsoft.EntityFrameworkCore;
|
|
global using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
global using System.Text;
|
|
global using YLErp.BLL;
|
|
global using YLErp.DBModels;
|
|
global using YLErp.Model;
|
|
global using YLErp.Models;
|
|
global using YLErp.Modules;
|