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; }