interfaces to seperate files

This commit is contained in:
Sean Garrett
2023-06-11 18:39:22 +01:00
parent d166feb5d6
commit 14e261261c
38 changed files with 2348 additions and 710 deletions
+11
View File
@@ -0,0 +1,11 @@
using Xunit;
namespace CoreUnitTests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}