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