11 lines
162 B
C#
11 lines
162 B
C#
|
using Xunit;
|
||
|
|
||
|
namespace Bootstrap.DataAccess.MongoDB
|
||
|
{
|
||
|
[Collection("MongoContext")]
|
||
|
public class ExceptionsTest : SqlServer.ExceptionsTest
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|