chore: initial commit

This commit is contained in:
Matthias Langhard
2021-04-12 13:54:09 +02:00
commit 2a2527f0da
64 changed files with 12106 additions and 0 deletions

13
tests/UnitTest1.cs Normal file
View File

@@ -0,0 +1,13 @@
using Xunit;
namespace Novaloop.BexioApi.Tests
{
public class UnitTest1
{
[Fact]
public void Test1()
{
Assert.True(true);
}
}
}