Update read-related-data.md (#22660)

PR for issue #22659: https://github.com/dotnet/AspNetCore.Docs/issues/22659
pull/22661/head
Wolfgang Keller 2021-07-06 02:04:44 +02:00 committed by GitHub
parent 137f718e9e
commit 8382080599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ This page reads and displays related data in the following ways:
The instructors page shows data from three different tables. A view model is needed that includes three properties representing the three tables.
Create *SchoolViewModels/InstructorIndexData.cs* with the following code:
Create *Models/SchoolViewModels/InstructorIndexData.cs* with the following code:
[!code-csharp[](intro/samples/cu50/Models/SchoolViewModels/InstructorIndexData.cs)]