23 lines
1,005 B
C#
23 lines
1,005 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.Agents;
|
|
global using BotSharp.Abstraction.Conversations;
|
|
global using BotSharp.Abstraction.Infrastructures.ContentTransmitters;
|
|
global using BotSharp.Abstraction.Infrastructures.ContentTransfers;
|
|
global using BotSharp.Abstraction.Knowledges;
|
|
global using BotSharp.Abstraction.Users;
|
|
global using BotSharp.Abstraction.Models;
|
|
global using BotSharp.Core.Repository;
|
|
global using BotSharp.Core.Repository.Abstraction;
|
|
global using BotSharp.Core.Repository.DbTables;
|
|
global using BotSharp.Core.Agents.Services;
|
|
global using BotSharp.Core.Conversations.Services;
|
|
global using BotSharp.Core.Infrastructures;
|
|
global using BotSharp.Core.Plugins;
|
|
global using BotSharp.Core.Users.Services; |