Class DeactivateUserCommand
- Namespace
- KadicAuth.Application.Users.Commands
- Assembly
- KadicAuth.Application.dll
public sealed record DeactivateUserCommand : IRequest<Result<string>>, IBaseRequest
- Inheritance
-
objectDeactivateUserCommand
- Implements
-
IRequest<Result<string>>IBaseRequest
Constructors
DeactivateUserCommand(Guid)
public DeactivateUserCommand(Guid UserId)
Parameters
UserIdGuid
Properties
UserId
public Guid UserId { get; init; }
Property Value
- Guid