pull/14021/head
Tom Dykstra 2019-08-25 16:35:40 -07:00 committed by GitHub
parent 39ac2c17a2
commit 611d4b07d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -379,7 +379,7 @@ To display the name of the assigned department in a list of courses:
# [Visual Studio](#tab/visual-studio)
Follow the instructions in [Scaffold the student model](xref:data/ef-rp/intro#scaffold-student-pages) and use `Course` for the model class.
Follow the instructions in [Scaffold the student model](xref:data/ef-rp/intro#scaffold-the-student-model) and use `Course` for the model class.
# [Visual Studio Code](#tab/visual-studio-code)
@ -466,7 +466,7 @@ In the *SchoolViewModels* folder, create *InstructorIndexData.cs* with the follo
# [Visual Studio](#tab/visual-studio)
Follow the instructions in [Scaffold the student model](xref:data/ef-rp/intro#scaffold-student-pages) and use `Instructor` for the model class.
Follow the instructions in [Scaffold the student model](xref:data/ef-rp/intro#scaffold-the-student-model) and use `Instructor` for the model class.
# [Visual Studio Code](#tab/visual-studio-code)
@ -644,4 +644,4 @@ The next tutorial shows how to update related data.
>[Previous](xref:data/ef-rp/complex-data-model)
>[Next](xref:data/ef-rp/update-related-data)
::: moniker-end
::: moniker-end