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