Table of Contents

Class ActivateUserCommand

Namespace
KadicAuth.Application.Users.Commands
Assembly
KadicAuth.Application.dll
public sealed record ActivateUserCommand : IRequest<Result<string>>, IBaseRequest
Inheritance
object
ActivateUserCommand
Implements
IRequest<Result<string>>
IBaseRequest

Constructors

ActivateUserCommand(Guid)

public ActivateUserCommand(Guid UserId)

Parameters

UserId Guid

Properties

UserId

public Guid UserId { get; init; }

Property Value

Guid