Skip to content

Instantly share code, notes, and snippets.

@jsanjuan2016
Last active January 24, 2021 09:46
Show Gist options
  • Save jsanjuan2016/f2a3e3957c170ae9d2ee477f6104fd1e to your computer and use it in GitHub Desktop.
Save jsanjuan2016/f2a3e3957c170ae9d2ee477f6104fd1e to your computer and use it in GitHub Desktop.
services.AddTransient<IShape, Rectangle>();
services.AddTransient<IShape, Circle>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment