From a47e5b0f28df31d16dbb0298e5dcd5f3a3dcbf64 Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Fri, 13 Nov 2020 12:48:50 +0300 Subject: [PATCH] Update POST.md --- .../2020-08-31-Adding-User-Navigation-In-Suite/POST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Community-Articles/2020-08-31-Adding-User-Navigation-In-Suite/POST.md b/docs/en/Community-Articles/2020-08-31-Adding-User-Navigation-In-Suite/POST.md index 4b2d7d9da8..3fd6b845a9 100644 --- a/docs/en/Community-Articles/2020-08-31-Adding-User-Navigation-In-Suite/POST.md +++ b/docs/en/Community-Articles/2020-08-31-Adding-User-Navigation-In-Suite/POST.md @@ -22,7 +22,7 @@ Then add a string property called `Title`, as an example property. ### Create AppUserDto -Note that, creating `AppUserDto` is not necessary after ABP v4.X +_Note that, creating `AppUserDto` is not necessary after ABP v4.X_ ABP Suite needs a DTO for the target entity (user, in this case) in order to define a navigation property.