BootstrapAdmin/test/UnitTest/Bootstrap.DataAccess/SQLite/DBLogTest.cs

11 lines
155 B
C#
Raw Normal View History

2019-10-08 20:43:00 +08:00
using Xunit;
namespace Bootstrap.DataAccess.SQLite
{
[Collection("SQLiteContext")]
public class DBLogTest : SqlServer.DBLogTest
{
}
}