Table of Contents

Class AssignSubModulesBatchCommand

Namespace
KadicAuth.Application.TenantSubModules.Commands
Assembly
KadicAuth.Application.dll
public sealed record AssignSubModulesBatchCommand : IRequest<Result<AssignSubModulesBatchResult>>, IBaseRequest
Inheritance
object
AssignSubModulesBatchCommand
Implements
IRequest<Result<AssignSubModulesBatchResult>>
IBaseRequest

Constructors

AssignSubModulesBatchCommand(Guid, List<Guid>)

public AssignSubModulesBatchCommand(Guid TenantId, List<Guid> SubModuleIds)

Parameters

TenantId Guid
SubModuleIds List<Guid>

Properties

SubModuleIds

public List<Guid> SubModuleIds { get; init; }

Property Value

List<Guid>

TenantId

public Guid TenantId { get; init; }

Property Value

Guid