Created project for tests

This commit is contained in:
2024-09-16 15:19:16 +03:00
parent 67e2acb26d
commit 69abb768f5
4 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
namespace VisaApi.Repositories;
public class GenericRepositoryTests
{
[Fact]
public void Test1()
{
}
}