Skip to content

Instantly share code, notes, and snippets.

@nootn
Created February 5, 2013 11:59
Show Gist options
  • Save nootn/4714033 to your computer and use it in GitHub Desktop.
Save nootn/4714033 to your computer and use it in GitHub Desktop.
MiniProfiler.Windows IOC and AOP #2
using Snap;
namespace ConsoleApplicationWithIocAndAop.AOP
{
public class ProfileMethodAttribute : MethodInterceptAttribute
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment