mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-13 13:54:38 +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)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|