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

11 lines
162 B
C#

using Xunit;
namespace Bootstrap.DataAccess.MongoDB
{
[Collection("MongoContext")]
public class ExceptionsTest : SqlServer.ExceptionsTest
{
}
}