Рабочий чат

This commit is contained in:
Халимов Рустам
2026-04-01 23:18:55 +03:00
parent 249c344df8
commit 4ae7dd60ce
42 changed files with 1016 additions and 184 deletions
@@ -13,3 +13,7 @@ public sealed record UserRegisteredDomainEvent(
string Username,
string DisplayName,
string? Bio) : IDomainEvent;
public sealed record UserBannedDomainEvent(Guid UserId, bool IsBanned) : IDomainEvent;
public sealed record UserDeletedDomainEvent(Guid UserId) : IDomainEvent;