Table of Contents

Class DeactivateUserCommand

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

Constructors

DeactivateUserCommand(Guid)

public DeactivateUserCommand(Guid UserId)

Parameters

UserId Guid

Properties

UserId

public Guid UserId { get; init; }

Property Value

Guid