Example #1
0
 public NestedSourcesBuilder(IVostokConfigurationBuilder builder, string[] scopes)
 {
     this.builder = builder;
     this.scopes  = scopes;
 }
Example #2
0
 public static IVostokConfigurationSourcesBuilder NestSources([NotNull] this IVostokConfigurationBuilder builder, [NotNull] params string[] scopes)
 => new NestedSourcesBuilder(builder, scopes);