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