Update the wrong namespace in comment (#4579)

pull/4585/head
Manimaran Manivannan 2017-10-17 23:51:53 +01:00 committed by Rick Anderson
parent e9582f02d0
commit 5821c43ced
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace MvcMovie
try
{
// Requires using RazorPagesMovie.Models;
// Requires using MvcMovie.Models;
SeedData.Initialize(services);
}
catch (Exception ex)