Closed mattrobineau closed 7 years ago
MapToStorySummaryViewModel tries to add the username after adding a story by using story.User.Username. User will be null when a story is created.
MapToStorySummaryViewModel
story.User.Username
User
Refactor the StoryService to get the user from the context rather that include or use navigation properties.
MapToStorySummaryViewModel
tries to add the username after adding a story by usingstory.User.Username
.User
will be null when a story is created.Refactor the StoryService to get the user from the context rather that include or use navigation properties.