femto-backend/Femto.Modules.Auth/Models/Events/UserPasswordChangedDomainEvent.cs
2025-07-19 14:10:01 +02:00

5 lines
No EOL
153 B
C#

using Femto.Common.Domain;
namespace Femto.Modules.Auth.Models.Events;
internal record UserPasswordChangedDomainEvent(UserIdentity User) : DomainEvent;