Рабочий чат
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user