View Single Post
  #3 (permalink)  
Old 04-23-2008, 02:38 PM
albeva albeva is offline
Junior Member
 
Join Date: May 2007
Posts: 22
Default

This doesn't solve my dilemma. Especially if my project is neither smalll nor exactly simple. It also introduces an extra level of indirection.

I am looking for a clean solution to seperate two interfaces and yet couple them together in a logical way. I don't personally like the idea of hiding bootstrap logic into derived controller base classes - it will confuse someone else working with my code.
Reply With Quote