Skip to content

Commit e5c919e

Browse files
authored
Update 17/umbraco-cms/customizing/foundation/repositories/README.md
1 parent 632558a commit e5c919e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Repositories provide a structured way to manage data operations in the Backoffic
33

44
Repositories create separation between domain logic and data access. By providing a known interface for data requests, we can reuse UI components across different domains. For example, we have a generic UX flow for deleting an entity. By supplying this flow with a repository that has a known interface for deletion, we can use the same UX flow to delete any entity. The same applies to Trees, Collections, Workspaces, and more.
55

6-
Additionally repositories can utilize different data sources depending on the application's state. These sources may include:
6+
Additionally, repositories can utilize different data sources depending on the application's state. These sources may include:
77

88
* A REST API
99
* Offline storage

0 commit comments

Comments
 (0)