BotSharp/src/Infrastructure/BotSharp.Abstraction/Using.cs
2023-07-19 07:08:40 -05:00

6 lines
225 B
C#

global using System;
global using System.Collections.Generic;
global using System.Text;
global using System.Threading.Tasks;
global using System.ComponentModel.DataAnnotations;
global using BotSharp.Abstraction.Agents.Models;