public GetByResourceGroupDescription(ISegmentFluentMethodGroup fluentMethodGroup, IGetInnerAsyncFuncFactory getInnerAsyncFuncFactory)
 {
     this.FluentMethodGroup        = fluentMethodGroup;
     this.getInnerAsyncFuncFactory = getInnerAsyncFuncFactory;
 }
Example #2
0
 public GetByImmediateParentDescription(IFluentMethodGroup fluentMethodGroup, IGetInnerAsyncFuncFactory getInnerAsyncFuncFactory)
 {
     this.FluentMethodGroup        = fluentMethodGroup;
     this.getInnerAsyncFuncFactory = getInnerAsyncFuncFactory;
 }
Example #3
0
 public GetByParameterizedParentDescription(ISegmentFluentMethodGroup fluentMethodGroup, IGetInnerAsyncFuncFactory getInnerAsyncFuncFactory)
 {
     this.FluentMethodGroup        = fluentMethodGroup;
     this.getInnerAsyncFuncFactory = getInnerAsyncFuncFactory;
 }
 public GetBySubscriptionDescription(IFluentMethodGroup fluentMethodGroup, IGetInnerAsyncFuncFactory getInnerAsyncFuncFactory)
 {
     this.FluentMethodGroup        = fluentMethodGroup;
     this.getInnerAsyncFuncFactory = getInnerAsyncFuncFactory;
 }