lampac/Online/GlobalUsings.cs
lampac-talks f843f04fd4 chore: initial commit 154.3
Signed-off-by: lampac-talks <lampac-talks@users.noreply.github.com>
2026-01-30 16:23:09 +03:00

14 lines
448 B
C#

global using System;
global using System.Web;
global using System.Threading.Tasks;
global using System.Collections.Generic;
global using System.Text.RegularExpressions;
global using System.Collections.Concurrent;
global using System.IO;
global using System.Linq;
global using Shared;
global using Shared.Models;
global using Shared.Engine;
global using Shared.Engine.Online;
global using Shared.Models.Templates;
global using Shared.Models.Base;