AccountingContext: Context
Item | Value |
---|
Briefly | Brief description missing. |
Authors | |
Definition Path | ImprovingApp.AccountingContext |
View Source Link | accounting.riddl(1:1) |
---
title: Context Map For Context 'AccountingContext'
init:
theme: dark
flowchart:
defaultRenderer: dagre
width: 100%
useMaxWidth: true
securityLevel: loose
---
flowchart TB
classDef default fill:#666,stroke:black,stroke-width:3px,color:white;
classDef AccountingContext_class color:white,stroke-width:3px;
subgraph 'Domain 'ImprovingApp''
direction TB
AccountingContext((Context 'AccountingContext'))
end
class AccountingContext AccountingContext_class