Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created April 1, 2018 14:38
Show Gist options
  • Save justinyoo/97d95098ba6755f3cf20903353372dc0 to your computer and use it in GitHub Desktop.
Save justinyoo/97d95098ba6755f3cf20903353372dc0 to your computer and use it in GitHub Desktop.
Dependency Injections on Azure Functions V2
public interface IModule
{
void Load(IServiceCollection services);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment