18 lines
577 B
C#
18 lines
577 B
C#
global using System;
|
|
global using System.Threading.Tasks;
|
|
global using System.Collections.Generic;
|
|
global using System.Text.RegularExpressions;
|
|
global using System.IO;
|
|
global using System.Linq;
|
|
global using Shared;
|
|
global using Shared.Models;
|
|
global using Shared.Engine;
|
|
global using Shared.Models.Base;
|
|
global using Shared.Models.Catalog;
|
|
global using Shared.Models.CSharpGlobals;
|
|
global using HtmlAgilityPack;
|
|
global using Newtonsoft.Json;
|
|
global using Newtonsoft.Json.Linq;
|
|
global using Microsoft.CodeAnalysis.Scripting;
|
|
global using System.Text;
|
|
global using System.Web; |