Class GetTenantBranchByIdQuery
- Namespace
- KadicAuth.Application.TenantBranches.Queries
- Assembly
- KadicAuth.Application.dll
public sealed record GetTenantBranchByIdQuery : IRequest<TenantBranchDto?>, IBaseRequest
- Inheritance
-
objectGetTenantBranchByIdQuery
- Implements
-
IRequest<TenantBranchDto>IBaseRequest
Constructors
GetTenantBranchByIdQuery(Guid)
public GetTenantBranchByIdQuery(Guid Id)
Parameters
IdGuid
Properties
Id
public Guid Id { get; init; }
Property Value
- Guid