Skip to content

Instantly share code, notes, and snippets.

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