2023-05-27 01:58:31 +00:00
|
|
|
global using System;
|
|
|
|
|
global using System.Collections.Generic;
|
|
|
|
|
global using System.Text;
|
|
|
|
|
global using System.Threading.Tasks;
|
2023-06-10 02:56:04 +00:00
|
|
|
global using System.Linq;
|
2023-06-12 13:28:49 +00:00
|
|
|
global using Microsoft.Extensions.DependencyInjection;
|
2023-06-11 23:46:02 +00:00
|
|
|
global using BotSharp.Abstraction.Plugins;
|
|
|
|
|
global using EntityFrameworkCore.BootKit;
|
2023-06-12 13:28:49 +00:00
|
|
|
global using BotSharp.Abstraction;
|
2023-06-11 23:46:02 +00:00
|
|
|
global using BotSharp.Core.Repository;
|
2023-06-12 13:28:49 +00:00
|
|
|
global using BotSharp.Core.Repository.Abstraction;
|
|
|
|
|
global using BotSharp.Core.Repository.DbTables;
|