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

14 lines
507 B
C#
Raw Normal View History

2024-12-05 17:11:16 +00:00
global using System.Text.Json;
2024-12-03 22:52:14 +00:00
global using Microsoft.Extensions.Configuration;
global using Microsoft.Extensions.DependencyInjection;
global using BotSharp.Abstraction.Agents.Enums;
2024-12-05 17:11:16 +00:00
global using BotSharp.Abstraction.Agents;
2024-12-03 22:52:14 +00:00
global using BotSharp.Abstraction.Plugins;
2024-12-05 17:11:16 +00:00
global using BotSharp.Abstraction.Conversations.Models;
global using BotSharp.Abstraction.Functions;
2024-12-03 22:52:14 +00:00
global using BotSharp.Core.Crontab.Services;
global using BotSharp.Core.Crontab.Abstraction;
2024-12-05 17:11:16 +00:00
global using BotSharp.Core.Crontab.Models;