11 lines
220 B
C#
11 lines
220 B
C#
|
using Xunit;
|
|||
|
|
|||
|
namespace Bootstrap.Admin.Api.SQLite
|
|||
|
{
|
|||
|
[Collection("SQLiteContext")]
|
|||
|
public class OnlineTest : Api.OnlineTest
|
|||
|
{
|
|||
|
public OnlineTest(SQLiteBAWebHost factory) : base(factory) { }
|
|||
|
}
|
|||
|
}
|