2012-06-01 40 views
2
container.Register <IRep<T>>(c => new Rep<T>())); /// Exception :) 

container.RegisterAllTypesOf<IRep> (....) 

回答

相關問題