Skip to content

Instantly share code, notes, and snippets.

@cyberpirate92
Created May 19, 2019 14:56
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 cyberpirate92/47b2cdfa81f42b29c148e030625df2e4 to your computer and use it in GitHub Desktop.
Save cyberpirate92/47b2cdfa81f42b29c148e030625df2e4 to your computer and use it in GitHub Desktop.
public void ConfigureServices(IServiceCollection services)
{
//...
services.AddSingleton<GithubService>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment