♻️ Moving to MagicOnion
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
using System.Text.RegularExpressions;
|
||||
using DysonNetwork.Shared.Services;
|
||||
using MagicOnion.Server;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace DysonNetwork.Pass.Account;
|
||||
@ -6,7 +8,7 @@ namespace DysonNetwork.Pass.Account;
|
||||
/// <summary>
|
||||
/// Service for handling username generation and validation
|
||||
/// </summary>
|
||||
public class AccountUsernameService(AppDatabase db)
|
||||
public class AccountUsernameService(AppDatabase db) : ServiceBase<IAccountUsernameService>, IAccountUsernameService
|
||||
{
|
||||
private readonly Random _random = new();
|
||||
|
||||
|
Reference in New Issue
Block a user