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
{{ message }}
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/2. Build out BackEnd and Refactor.md
-75Lines changed: 0 additions & 75 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -391,81 +391,6 @@ Okay, now we need to update our `ApplicationDbContext` so Entity Framework knows
391
391
1. Copy the following controllers from [the save point folder](/save-points/2-BackEnd-completed/ConferencePlanner/BackEnd/Controllers) into the current project's `BackEnd/Controllers` directory:
392
392
-`SessionsController`
393
393
-`AttendeesController`
394
-
395
-
## Update EntityExtensions
396
-
1. Update the `EntityExtensions.cs` file to with the following code (adding the `MapSessionResponse` and `MapAttendeeResponse` methods):
0 commit comments