BotSharp/src/Infrastructure/BotSharp.Abstraction/Using.cs

6 lines
225 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;
2023-06-11 15:22:48 +00:00
global using System.Threading.Tasks;
2023-07-19 12:08:40 +00:00
global using System.ComponentModel.DataAnnotations;
global using BotSharp.Abstraction.Agents.Models;