BotSharp/src/Infrastructure/BotSharp.Core.Rules/Using.cs

4 lines
194 B
C#
Raw Normal View History

2024-12-02 21:18:16 +00:00
global using BotSharp.Abstraction.Agents.Enums;
global using BotSharp.Abstraction.Plugins;
global using Microsoft.Extensions.Configuration;
global using Microsoft.Extensions.DependencyInjection;