2023-08-26 04:41:01 +00:00
|
|
|
global using System;
|
|
|
|
|
global using System.Collections.Generic;
|
|
|
|
|
global using System.Text;
|
|
|
|
|
global using System.Threading.Tasks;
|
|
|
|
|
global using System.Linq;
|
|
|
|
|
global using BotSharp.Abstraction.Repositories;
|
2023-09-15 20:19:44 +00:00
|
|
|
global using BotSharp.Abstraction.Agents.Enums;
|
2023-08-26 04:41:01 +00:00
|
|
|
global using BotSharp.Abstraction.Utilities;
|
|
|
|
|
global using BotSharp.Abstraction.Plugins;
|
|
|
|
|
global using Microsoft.Extensions.Configuration;
|
|
|
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
|
|
|
global using MongoDB.Bson;
|
|
|
|
|
global using MongoDB.Driver;
|