❔ IEnumerable and dependency injection
if i want to loop enumerable from DI multiple times
is it better to first get list? My concern is that DI will look for "Foo" multiple times even if it isn't needed
is it better to first get list? My concern is that DI will look for "Foo" multiple times even if it isn't needed