PDA

View Full Version : Question.


Kira
11-30-2006, 06:40 PM
I'm very new to Spring.NET and I have a little problem with my advices.
Let's say I have a UserRepository and will use my Save() method. Now I want to trigger an advice like UserLogAroundAdvice, is there a good way to do this without having to do any extra code when I call the Save() method?

Thanks in advance!