5 lines
No EOL
203 B
C#
5 lines
No EOL
203 B
C#
using Femto.Common.Domain;
|
|
|
|
namespace Femto.Modules.Auth.Application.Commands.CreateSignupCode;
|
|
|
|
public record CreateSignupCodeCommand(string Code, string RecipientEmail, string RecipientName): ICommand; |