8 lines
289 B
C#
8 lines
289 B
C#
|
|
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;
|