Files
DMS/DMS.Infrastructure.UnitTests/Repository_Test/VariableTableRepositoryTests.cs

13 lines
224 B
C#

using Xunit;
namespace DMS.Infrastructure.UnitTests.Repository_Test
{
public class VariableTableRepositoryTests
{
[Fact]
public void Test1()
{
Assert.True(true);
}
}
}