From be6110210fca678ed5b2c49ca55e950cebc2089a Mon Sep 17 00:00:00 2001 From: Amin <69254513+AminGh05@users.noreply.github.com> Date: Sun, 29 Jun 2025 18:43:09 +0330 Subject: [PATCH] Update Session08 Backend.md fixed UpsertAccountPersonDto --- ProjectOrientedSessions/Session08/Session08 Backend.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProjectOrientedSessions/Session08/Session08 Backend.md b/ProjectOrientedSessions/Session08/Session08 Backend.md index 6aa0346..fb97b37 100644 --- a/ProjectOrientedSessions/Session08/Session08 Backend.md +++ b/ProjectOrientedSessions/Session08/Session08 Backend.md @@ -212,9 +212,9 @@ You can also find another version of this DTO in [Here](https://github.com/Mehrd public string ConfirmNewPassword { get; set; } } ``` - - [ ] Edit Person Info: `UpsertPersonDto`, and endpoint to upsert personal data. + - [ ] Edit Person Info: `UpsertAccountPersonDto`, and endpoint to upsert personal data. ``` - public class UpsertPersonDto + public class UpsertAccountPersonDto { public long Id { get; set; } public long CreatorId { get; set; }