Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Updating the Entries Repository

With our data model changes completed, we can update the "Entries" list page so that it'll only display the entries for the current user. Let's start with updating our repository.

In the Treehouse.FitnessFrog.Shared project, open the "EntriesRepository.cs" file located in the "Data" folder. Here's the current implementation of the GetList method:

/// <summary>
/// Returns ...