ConsEco/Code/TestsUnitaires/UnitTest1.cs

11 lines
141 B

namespace TestsUnitaires
{
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}
}