예제 #1
0
 /// <summary>
 /// Applies the option to the specified host configurator.
 /// </summary>
 /// <param name="configurator">The host configurator.</param>
 public void ApplyTo(HostConfigurator configurator)
 {
     configurator.AddDependency(this.dependencyName);
 }