Class ActivateTenantBranchCommand
- Namespace
- KadicAuth.Application.TenantBranches.Commands
- Assembly
- KadicAuth.Application.dll
public sealed record ActivateTenantBranchCommand : IRequest<Result<string>>, IBaseRequest
- Inheritance
-
objectActivateTenantBranchCommand
- Implements
-
IRequest<Result<string>>IBaseRequest
Constructors
ActivateTenantBranchCommand(Guid)
public ActivateTenantBranchCommand(Guid Id)
Parameters
IdGuid
Properties
Id
public Guid Id { get; init; }
Property Value
- Guid