Hi. I'm getting tired of wiring up stuff by hand, but I can't quite figure out the Binsor recipe for autoregistration success with this structure:
ARRepository<T> : IRepository<T> ISomethingRepository : IRepository<Something> ARSomethingRepository : ARRepository<Something>, ISomethingRepository I want to achieve this for all my repos, but automatically: component ARSomethingRepository < IRepository of Something, ISomethingRepository I've googled around, but all I've managed to find are four-liners to wire up implementations with a single interface. Any pointers? / Bergius --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
