Class AssignModulesBatchDto
- Namespace
- KadicAuth.Application.TenantModules.DTOs
- Assembly
- KadicAuth.Application.dll
public sealed record AssignModulesBatchDto
- Inheritance
-
objectAssignModulesBatchDto
Constructors
AssignModulesBatchDto(List<Guid>)
public AssignModulesBatchDto(List<Guid> ModuleIds)
Parameters
ModuleIdsList<Guid>
Properties
ModuleIds
public List<Guid> ModuleIds { get; init; }
Property Value
- List<Guid>