added solution and project files

This commit is contained in:
2022-06-29 12:59:53 -04:00
commit 2c4504ab3f
42 changed files with 886 additions and 0 deletions

View File

View File

@@ -0,0 +1,6 @@
namespace DeskHubSharpRevised.BLL;
public class RepoInfo
{
}

View File

@@ -0,0 +1,6 @@
namespace DeskHubSharpRevised.BLL;
public class Request
{
}