Esempio n. 1
0
 public virtual TProxy Create <TProxy>(IInterceptor interceptor, params Type[] interfaces)
 {
     Require.ArgumentNotNull(interceptor, "interceptor");
     return(behavior.Create <TProxy>(interceptor, interfaces));
 }