Pass rewind service and account rewind service

This commit is contained in:
2025-12-25 22:26:57 +08:00
parent 24836fc606
commit f0d6772dca
10 changed files with 168 additions and 28 deletions

View File

@@ -1,6 +0,0 @@
namespace DysonNetwork.Pass.Account.Rewind;
public class AccountRewindController
{
}

View File

@@ -1,6 +0,0 @@
namespace DysonNetwork.Pass.Account.Rewind;
public class AccountRewindService(AppDatabase db)
{
}