コード例 #1
0
 public static IInterfaceToProxy CreateProxy(ListLogger log, IMiCakeInterceptor miCakeInterceptor)
 {
     return(CreateProxy(log, miCakeInterceptor, out _));
 }
コード例 #2
0
        public CastleMiCakeAopTest(ITestOutputHelper output)
        {
            _log = new ListLogger(output);

            _proxy = ProxyGen.CreateProxy(_log, new TestMiCakeInterceptor(_log));
        }