Skip to content

Instantly share code, notes, and snippets.

@hamid-shaikh
Created July 14, 2019 08:45
Show Gist options
  • Save hamid-shaikh/082fea0c0bb3accc7c1db180d81a9884 to your computer and use it in GitHub Desktop.
Save hamid-shaikh/082fea0c0bb3accc7c1db180d81a9884 to your computer and use it in GitHub Desktop.
Refit + Prism Forms + Fusillade + ModernHttpClient (Dependency Registeration)
protected override void RegisterTypes(IContainerRegistry containerRegistry)
{
containerRegistry.RegisterSingleton<IApiService<IAuthenticationService>, ApiService<IAuthenticationService>>();
containerRegistry.RegisterForNavigation<NavigationPage>();
containerRegistry.RegisterForNavigation<LoginPage, LoginPageViewModel>();
}