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