Skip to content

Instantly share code, notes, and snippets.

@kasunkv
Created May 1, 2019 16:34
Show Gist options
  • Save kasunkv/9f1e78d0596632e47adef8f291e4ade9 to your computer and use it in GitHub Desktop.
Save kasunkv/9f1e78d0596632e47adef8f291e4ade9 to your computer and use it in GitHub Desktop.
var threeService = ServiceDescriptor.Scoped(typeof(IThreeService), typeof(ThreeService));
services.Add(threeService);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment