Class DeleteUserCommand
Namespace: Identity.Application.Requests.Handlers.User
Assembly: Identity.Application.dll
Command that contains the ID of the user to delete.
public sealed class DeleteUserCommand : IRequest<Result<Unit>>, IBaseRequest
Inheritance
object ← DeleteUserCommand
Implements
IRequest<Result<Unit\>\>, IBaseRequest
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
Id
[Required]
public Guid Id { get; set; }
Property Value
Last modified: 21 May 2024