Class AssignSubModulesBatchCommand
- Namespace
- KadicAuth.Application.TenantSubModules.Commands
- Assembly
- KadicAuth.Application.dll
public sealed record AssignSubModulesBatchCommand : IRequest<Result<AssignSubModulesBatchResult>>, IBaseRequest
- Inheritance
-
object
AssignSubModulesBatchCommand
- Implements
-
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