23 lines
605 B
C#
23 lines
605 B
C#
|
|
global using System;
|
|
global using System.Collections;
|
|
global using System.Collections.Generic;
|
|
global using System.Linq;
|
|
global using System.Threading;
|
|
global using System.Threading.Tasks;
|
|
|
|
//global using zero.Persistence;
|
|
global using zero.Utils;
|
|
global using zero.Configuration;
|
|
global using zero.Extensions;
|
|
global using zero.FileStorage;
|
|
global using zero.Models;
|
|
global using zero.Modules;
|
|
global using zero.Media;
|
|
global using zero.Rendering;
|
|
global using zero.Validation;
|
|
global using zero.Localization;
|
|
global using zero.Context;
|
|
global using zero.Communication;
|
|
global using zero.Assemblies;
|