Facade combining command and query buses.
Registered under CAPABILITIES.CQRS so the 'cqrs' token backs a real service.
readonly
commandBus: ICommandBus
The command bus.
Facade combining command and query buses.
Registered under CAPABILITIES.CQRS so the 'cqrs' token backs a real service.
commandBus: ICommandBus
The command bus.
import { type ICqrsFacade } from "common/src/index.ts";