Fix snippet range (#4126)

pull/4127/head
Bader Nasser Al-Hashmi 2017-08-28 18:08:29 +04:00 committed by Scott Addie
parent 3273675dad
commit 68495cc2a0
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ Instead of:
Next, if a course was selected, the selected course is retrieved from the list of courses in the view model. Then the view model's `Enrollments` property is loaded with the Enrollment entities from that course's `Enrollments` navigation property. Next, if a course was selected, the selected course is retrieved from the list of courses in the view model. Then the view model's `Enrollments` property is loaded with the Enrollment entities from that course's `Enrollments` navigation property.
[!code-csharp[Main](intro/samples/cu/Controllers/InstructorsController.cs?range=62-67)] [!code-csharp[Main](intro/samples/cu/Controllers/InstructorsController.cs?range=64-69)]
### Modify the Instructor Index view ### Modify the Instructor Index view