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

8 lines
289 B
C#
Raw Normal View History

2024-12-03 22:52:14 +00:00
global using Microsoft.Extensions.Configuration;
global using Microsoft.Extensions.DependencyInjection;
global using BotSharp.Abstraction.Agents.Enums;
global using BotSharp.Abstraction.Plugins;
global using BotSharp.Core.Crontab.Services;
global using BotSharp.Core.Crontab.Abstraction;