I have scenario in which i have single interface with multiple implementation, but i can't get all instance in service locator
When i use the service locator, the last registered service to the interface is all i can get.
Constructor parameter injection and IEnumerable, like this?
https://twitter.com/KarlSolgard/status/1484527534742114306?s=20
I have scenario in which i have single interface with multiple implementation, but i can't get all instance in service locator
When i use the service locator, the last registered service to the interface is all i can get.