11 lines
208 B
C#
11 lines
208 B
C#
|
using Xunit;
|
|||
|
|
|||
|
namespace Bootstrap.Admin.Api.MySql
|
|||
|
{
|
|||
|
[Collection("MySqlContext")]
|
|||
|
public class NewTest : Api.NewTest
|
|||
|
{
|
|||
|
public NewTest(MySqlBAWebHost factory) : base(factory) { }
|
|||
|
}
|
|||
|
}
|