Table of Contents

Class ActivateTenantBranchCommand

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

Constructors

ActivateTenantBranchCommand(Guid)

public ActivateTenantBranchCommand(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid