Files
studenthousedashboard/StudentHouseDashboard/Tests/UnitTest1.cs

11 lines
149 B
C#

namespace Tests
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}