BotSharp/BotSharp.UnitTest/EntityTest.cs

13 lines
227 B
C#
Raw Normal View History

2018-03-28 22:08:49 +00:00
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.UnitTest
{
[TestClass]
public class EntityTest : TestEssential
{
}
}