mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2026-02-04 13:45:06 +01:00
11 lines
186 B
C#
11 lines
186 B
C#
namespace AscNet.SDKServer.Controllers
|
|
{
|
|
public class AccountController : IRegisterable
|
|
{
|
|
public static void Register(WebApplication app)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|