Table of Contents

Class AssignModulesBatchDto

Namespace
KadicAuth.Application.TenantModules.DTOs
Assembly
KadicAuth.Application.dll
public sealed record AssignModulesBatchDto
Inheritance
object
AssignModulesBatchDto

Constructors

AssignModulesBatchDto(List<Guid>)

public AssignModulesBatchDto(List<Guid> ModuleIds)

Parameters

ModuleIds List<Guid>

Properties

ModuleIds

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

Property Value

List<Guid>