Documentation icon indicating copy to clipboard operation
Documentation copied to clipboard

Why do the SqlUserRepository class code have constructor called UserController?

Open icelava opened this issue 5 years ago • 1 comments

https://simpleinjector.readthedocs.io/en/latest/using.html

Are they supposed to show Controller code down the pipeline too?

icelava avatar Aug 12 '20 08:08 icelava

What you are seeing are copy-paste errors. The constructors should of course be named after their class. Feel free to send a PR with a fix.

dotnetjunkie avatar Aug 12 '20 11:08 dotnetjunkie