Tagged Questions
1
vote
0answers
2k views
Castle.Windsor Register AllTypes With An Interceptor
Why does the following not intercept calls to IBusinessService with the LogAspect?
container.Register(AllTypes.Of<IBusinessService>()
.FromAssembly(Assembly.GetExecutingAssembly())
...