13 lines
224 B
C#
13 lines
224 B
C#
using Xunit;
|
|
|
|
namespace DMS.Infrastructure.UnitTests.Repository_Test
|
|
{
|
|
public class VariableTableRepositoryTests
|
|
{
|
|
[Fact]
|
|
public void Test1()
|
|
{
|
|
Assert.True(true);
|
|
}
|
|
}
|
|
} |