You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15/umbraco-cms/tutorials/getting-started-with-entity-framework-core.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -245,25 +245,25 @@ The example below creates a `UmbracoApiController` to be able to fetch and inser
245
245
{% hint style="warning" %}
246
246
247
247
* This example uses the `BlogComment` class, which is a database model. The recommended approach would be to map these over to a ViewModel instead, that way your database & UI layers are not coupled. Be aware that things like error handling and data validation have been omitted for brevity.
248
-
* The example uses UmbracoApiController which is obsolete in Umbraco 14 and will be removed in Umbraco 15.
0 commit comments