Example #1
0
 public CrossShardRelationshipDetectingInterceptorDecorator(CrossShardRelationshipDetectingInterceptor csrdi,
                                                            IInterceptor delegateInterceptor)
     : base(delegateInterceptor)
 {
     this.csrdi = csrdi;
 }
        public CrossShardRelationshipDetectingInterceptorDecorator(CrossShardRelationshipDetectingInterceptor csrdi,
		                                                           IInterceptor delegateInterceptor)
            : base(delegateInterceptor)
        {
            this.csrdi = csrdi;
        }