public static IInterfaceToProxy CreateProxy(ListLogger log, IMiCakeInterceptor miCakeInterceptor) { return(CreateProxy(log, miCakeInterceptor, out _)); }
public CastleMiCakeAopTest(ITestOutputHelper output) { _log = new ListLogger(output); _proxy = ProxyGen.CreateProxy(_log, new TestMiCakeInterceptor(_log)); }