Add project files.

This commit is contained in:
rfi
2023-10-06 20:29:27 +07:00
parent 43952cd917
commit 859e3fa042
18 changed files with 554 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
namespace AscNet.SDKServer.Controllers
{
public class AccountController : IRegisterable
{
public static void Register(WebApplication app)
{
}
}
}

View File

@@ -0,0 +1,10 @@
namespace AscNet.SDKServer.Controllers
{
internal class ConfigController : IRegisterable
{
public static void Register(WebApplication app)
{
}
}
}