15 lines
370 B
C#
15 lines
370 B
C#
// 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;
|
|
|
|
namespace Bootstrap.DataAccess.MySql
|
|
{
|
|
[Collection("MySqlContext")]
|
|
public class TracesTest : DataAccess.TracesTest
|
|
{
|
|
|
|
}
|
|
}
|