Missing class name (#11972)

pull/11987/head
drahuja6 2019-04-15 12:15:56 -05:00 committed by Rick Anderson
parent 9b16888ad6
commit ba03e55160
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ namespace ContactManager.Pages.Contacts
}
// Fetch Contact from DB to get OwnerID.
var contact = await Context
var contact = await Context.Contact
.FirstOrDefaultAsync(m => m.ContactId == id);
if (contact == null)