BotSharp/src/Infrastructure/BotSharp.Abstraction/Using.cs
2023-09-18 13:13:49 -05:00

10 lines
400 B
C#

global using System;
global using System.Collections.Generic;
global using System.Text;
global using System.Linq;
global using System.Threading.Tasks;
global using System.ComponentModel.DataAnnotations;
global using System.Text.Json.Serialization;
global using BotSharp.Abstraction.Agents.Models;
global using BotSharp.Abstraction.Conversations.Models;
global using BotSharp.Abstraction.Agents.Enums;