Class ModuleWithSubModulesInput
- Namespace
- KadicAuth.Application.TenantModules.Commands
- Assembly
- KadicAuth.Application.dll
public sealed record ModuleWithSubModulesInput
- Inheritance
-
object
ModuleWithSubModulesInput
Constructors
public ModuleWithSubModulesInput(Guid ModuleId, IEnumerable<Guid>? SubModuleIds = null)
Parameters
ModuleId Guid
SubModuleIds IEnumerable<Guid>
Properties
public Guid ModuleId { get; init; }
Property Value
- Guid
public IEnumerable<Guid>? SubModuleIds { get; init; }
Property Value
- IEnumerable<Guid>