11 lines
157 B
C#
11 lines
157 B
C#
|
using Xunit;
|
|||
|
|
|||
|
namespace Bootstrap.DataAccess.SQLite
|
|||
|
{
|
|||
|
[Collection("SQLiteContext")]
|
|||
|
public class TracesTest : SqlServer.TracesTest
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|