MySQL migration

This commit is contained in:
Artemy
2025-06-30 18:59:05 +07:00
parent f53ee6644b
commit 494c12df49
16 changed files with 528 additions and 1328 deletions
@@ -4,7 +4,7 @@ using Govor.Application.Exceptions.AuthService;
using Govor.Application.Interfaces.Authentication;
using Govor.Core.Infrastructure.Validators;
namespace Govor.Application.Validators;
namespace Govor.Application.Infrastructure.Validators;
public class UsernameValidator : IUsernameValidator
{