BootstrapAdmin/UnitTest/Bootstrap.DataAccess/MongoDB/TracesTest.cs

11 lines
157 B
C#
Raw Normal View History

2019-05-13 12:11:15 +08:00
using Xunit;
namespace Bootstrap.DataAccess.MongoDB
{
[Collection("MongoContext")]
public class TracesTest : SqlServer.TracesTest
2019-05-13 12:11:15 +08:00
{
}
}