Table of Contents

Class AssignModulesWithSubModulesCommand

Namespace
KadicAuth.Application.TenantModules.Commands
Assembly
KadicAuth.Application.dll
public sealed record AssignModulesWithSubModulesCommand : IRequest<Result<AssignModulesWithSubModulesResult>>, IBaseRequest
Inheritance
object
AssignModulesWithSubModulesCommand
Implements
IBaseRequest

Constructors

AssignModulesWithSubModulesCommand(Guid, IEnumerable<ModuleWithSubModulesInput>)

public AssignModulesWithSubModulesCommand(Guid TenantId, IEnumerable<ModuleWithSubModulesInput> Assignments)

Parameters

TenantId Guid
Assignments IEnumerable<ModuleWithSubModulesInput>

Properties

Assignments

public IEnumerable<ModuleWithSubModulesInput> Assignments { get; init; }

Property Value

IEnumerable<ModuleWithSubModulesInput>

TenantId

public Guid TenantId { get; init; }

Property Value

Guid