Created
July 7, 2018 14:16
-
-
Save FraukeN/adf2ece90a79cbe0b869f758cba3e71a to your computer and use it in GitHub Desktop.
Registering the repo interface against the MockRepo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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