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

11 lines
155 B
C#
Raw Normal View History

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