Skip to content

Instantly share code, notes, and snippets.

@kasunkv
Created May 1, 2019 16:35
Show Gist options
  • Save kasunkv/8dc21f67a5a13bba700ad876bbb3d701 to your computer and use it in GitHub Desktop.
Save kasunkv/8dc21f67a5a13bba700ad876bbb3d701 to your computer and use it in GitHub Desktop.
var fourService = ServiceDescriptor.Scoped<IFourService, FourService>();
services.Add(fourService);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment