BotSharp/src/Infrastructure/BotSharp.Abstraction/Using.cs
2023-06-11 10:22:48 -05:00

5 lines
176 B
C#

global using System;
global using System.Collections.Generic;
global using System.Text;
global using System.Threading.Tasks;
global using System.ComponentModel.DataAnnotations;