Skip to content

Instantly share code, notes, and snippets.

@ierhalim
Created May 14, 2020 20:11
Show Gist options
  • Save ierhalim/53af8bbb513269b12c94e09d465615c8 to your computer and use it in GitHub Desktop.
Save ierhalim/53af8bbb513269b12c94e09d465615c8 to your computer and use it in GitHub Desktop.
public class Startup : IExternalStartup
{
public void RegisterServices(IServiceCollection serviceCollection)
{
serviceCollection.AddScoped<IExampleService, ExampleService>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment