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

11 lines
153 B
C#

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