Class AssignSubModuleToTenantCommand
- Namespace
- KadicAuth.Application.TenantSubModules.Commands
- Assembly
- KadicAuth.Application.dll
public sealed record AssignSubModuleToTenantCommand : IRequest<Result<Guid>>, IBaseRequest
- Inheritance
-
object
AssignSubModuleToTenantCommand
- Implements
-
IRequest<Result<Guid>>
IBaseRequest
Constructors
AssignSubModuleToTenantCommand(Guid, Guid)
public AssignSubModuleToTenantCommand(Guid TenantId, Guid SubModuleId)
Parameters
TenantId Guid
SubModuleId Guid
Properties
SubModuleId
public Guid SubModuleId { get; init; }
Property Value
- Guid
TenantId
public Guid TenantId { get; init; }
Property Value
- Guid