BotSharp/BotSharp.Platform.Models/EntityBase.cs

11 lines
159 B
C#
Raw Normal View History

2018-09-29 18:18:34 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Platform.Models
{
public abstract class EntityBase
{
}
}