5 lines
No EOL
164 B
C#
5 lines
No EOL
164 B
C#
using Femto.Common.Integration;
|
|
|
|
namespace Femto.Modules.Auth.Contracts.Events;
|
|
|
|
public record UserWasCreatedIntegrationEvent(Guid UserId, string Username) : Event; |