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

11 lines
151 B
C#
Raw Normal View History

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