7 lines
256 B
C#
7 lines
256 B
C#
|
|
global using System;
|
||
|
|
global using System.Collections.Generic;
|
||
|
|
global using System.Linq;
|
||
|
|
global using System.Threading.Tasks;
|
||
|
|
global using Microsoft.Extensions.Logging;
|
||
|
|
global using BotSharp.Abstraction.Graph;
|
||
|
|
global using BotSharp.Abstraction.Graph.Models;
|