9 lines
315 B
C#
9 lines
315 B
C#
global using ServiceLib.Base;
|
|
global using ServiceLib.Common;
|
|
global using ServiceLib.Enums;
|
|
global using ServiceLib.Handler;
|
|
global using ServiceLib.Handler.CoreConfig;
|
|
global using ServiceLib.Handler.Fmt;
|
|
global using ServiceLib.Handler.Statistics;
|
|
global using ServiceLib.Models;
|
|
global using ServiceLib.Resx; |