开发者

Register multiple interceptors in castle windsor fluent

开发者 https://www.devze.com 2023-01-06 02:50 出处:网络
How do I register multiple interceptors usi开发者_C百科ng the fluent API?For a component? Component.For<Foo>().Interceptors<TestInterceptor1, TestInterceptor2>();

How do I register multiple interceptors usi开发者_C百科ng the fluent API?


For a component?

Component.For<Foo>().Interceptors<TestInterceptor1, TestInterceptor2>();

0

精彩评论

暂无评论...
验证码 换一张
取 消