Skip to content

Commit 314ce7a

Browse files
committed
add bullets
1 parent 0b2b282 commit 314ce7a

File tree

1 file changed

+2
-2
lines changed
  • 17/umbraco-cms/customizing/foundation/repositories

1 file changed

+2
-2
lines changed

17/umbraco-cms/customizing/foundation/repositories/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Additionally repositories can utilize different data sources depending on the ap
1212

1313
This abstraction ensures that consumers don’t need to worry about how to access data. The repository serves as the Backoffice’s entry point for requesting new data. As a result, we achieve a loosely coupled connection between consumers and data storage procedures, effectively hiding complex implementations.
1414

15-
**Repository:** defines what data operations are available (get, add, update, delete).
16-
**Data Source:** defines how data is actually fetched or stored.
15+
* **Repository:** defines what data operations are available (get, add, update, delete).
16+
* **Data Source:** defines how data is actually fetched or stored.
1717

1818
### Data flow with a repository <a href="#data-flow-with-a-repository" id="data-flow-with-a-repository"></a>
1919

0 commit comments

Comments
 (0)