Class GetActiveModulesQuery
- Namespace
- KadicAuth.Application.Modules.Queries
- Assembly
- KadicAuth.Application.dll
public sealed record GetActiveModulesQuery : IRequest<IEnumerable<ModuleDto>>, IBaseRequest
- Inheritance
-
object
GetActiveModulesQuery
- Implements
-
IBaseRequest
Constructors
GetActiveModulesQuery(Guid, Guid?)
public GetActiveModulesQuery(Guid TenantId, Guid? BranchId = null)
Parameters
TenantId Guid
BranchId Guid?
Properties
BranchId
public Guid? BranchId { get; init; }
Property Value
- Guid?
TenantId
public Guid TenantId { get; init; }
Property Value
- Guid