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

10 lines
360 B
C#
Raw Normal View History

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;
global using BotSharp.Abstraction;
2023-06-10 02:56:04 +00:00
global using System.Linq;
2023-06-11 23:46:02 +00:00
global using BotSharp.Abstraction.Plugins;
global using EntityFrameworkCore.BootKit;
global using BotSharp.Core.Repository;
global using BotSharp.Core.Repository.Abstraction;