Table of Contents

Class DeactivateTenantBranchCommand

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

Constructors

DeactivateTenantBranchCommand(Guid)

public DeactivateTenantBranchCommand(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid