7 lines
215 B
C#
7 lines
215 B
C#
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Threading.Tasks;
|
|
global using System.Linq;
|
|
global using System.Runtime;
|
|
global using BotSharp.Abstraction.Models;
|
|
global using Xunit; |