BootstrapAdmin/UnitTest/Bootstrap.DataAccess/SQLite/DictsTest.cs

11 lines
155 B
C#

using Xunit;
namespace Bootstrap.DataAccess.SQLite
{
[Collection("SQLiteContext")]
public class DictsTest : SqlServer.DictsTest
{
}
}