BotSharp/src/Plugins/BotSharp.Plugin.Graph/Using.cs
2024-08-15 18:19:10 -05:00

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;