Table of Contents

Class AssignModulesBatchCommand

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

Constructors

AssignModulesBatchCommand(Guid, List<Guid>)

public AssignModulesBatchCommand(Guid TenantId, List<Guid> ModuleIds)

Parameters

TenantId Guid
ModuleIds List<Guid>

Properties

ModuleIds

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

Property Value

List<Guid>

TenantId

public Guid TenantId { get; init; }

Property Value

Guid