Skip to content

Commit af3351e

Browse files
Delete obsolete message
1 parent 9f2f9f7 commit af3351e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

14/umbraco-cms/tutorials/getting-started-with-entity-framework-core.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ The example below creates a `UmbracoApiController` to be able to fetch and inser
245245
{% hint style="warning" %}
246246

247247
* 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.
249248

250249
{% endhint %}
251250

0 commit comments

Comments
 (0)