Example #1
0
        /// <summary>
        ///     Initializes a new instance of the <see cref="ProviderConventionSetBuilder" /> class.
        /// </summary>
        /// <param name="dependencies"> Parameter object containing dependencies for this service. </param>
        public ProviderConventionSetBuilder([NotNull] ProviderConventionSetBuilderDependencies dependencies)
        {
            Check.NotNull(dependencies, nameof(dependencies));

            Dependencies = dependencies;
        }