Runtime services that commands need from the application layer.
Kept in a tiny module (no DocManager / command imports) so AcEdCommand
can call into the app without creating an ES-module cycle:
AcEdCommand -> AcApDocManager -> commands -> AcEdCommand.
Runtime services that commands need from the application layer.
Kept in a tiny module (no DocManager / command imports) so AcEdCommand can call into the app without creating an ES-module cycle:
AcEdCommand->AcApDocManager-> commands ->AcEdCommand.