Skip to content

Instantly share code, notes, and snippets.

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