2022-01-26 17:57:33 +08:00
|
|
|
|
// Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
|
|
|
|
|
// Licensed under the LGPL License, Version 3.0. See License.txt in the project root for license information.
|
|
|
|
|
// Website: https://admin.blazor.zone
|
|
|
|
|
|
|
|
|
|
using Xunit;
|
2019-05-01 16:46:24 +08:00
|
|
|
|
|
|
|
|
|
namespace Bootstrap.DataAccess.MySql
|
|
|
|
|
{
|
2019-03-16 20:24:33 +08:00
|
|
|
|
[Collection("MySqlContext")]
|
2020-02-12 21:56:35 +08:00
|
|
|
|
public class TracesTest : DataAccess.TracesTest
|
2019-03-16 20:24:33 +08:00
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
2019-05-01 16:46:24 +08:00
|
|
|
|
}
|