BotSharp/src/Plugins/BotSharp.Plugin.Graph/Using.cs

7 lines
256 B
C#
Raw Normal View History

2024-08-15 23:19:10 +00:00
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;