12 lines
463 B
C#
12 lines
463 B
C#
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Text;
|
|
global using System.Threading.Tasks;
|
|
global using System.Linq;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
global using BotSharp.Abstraction.Plugins;
|
|
global using EntityFrameworkCore.BootKit;
|
|
global using BotSharp.Abstraction;
|
|
global using BotSharp.Core.Repository;
|
|
global using BotSharp.Core.Repository.Abstraction;
|
|
global using BotSharp.Core.Repository.DbTables; |