ipjohnson / Grace

Grace is a feature rich dependency injection container library
MIT License
337 stars 33 forks source link

Create Generic Base Strategy #105

Closed ipjohnson closed 7 years ago

ipjohnson commented 7 years ago

Currently it's hard to implement a generic strategy without repeating some boiler plate as seen in BaseGenericEnumerableStrategy. To help implement issue #104 this should be completed