Skip to content

Instantly share code, notes, and snippets.

@FraukeN
Created July 7, 2018 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FraukeN/adf2ece90a79cbe0b869f758cba3e71a to your computer and use it in GitHub Desktop.
Save FraukeN/adf2ece90a79cbe0b869f758cba3e71a to your computer and use it in GitHub Desktop.
Registering the repo interface against the MockRepo
public App()
{
InitializeComponent();
SimpleIoc.Default.Register<IRepository<ToDoItem>, MockRepository>();
MainPage = new OverviewPage();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment