moved folder

This commit is contained in:
2024-09-16 19:08:24 +03:00
parent 69abb768f5
commit 6bad05f167
2 changed files with 5 additions and 1 deletions

View File

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