예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FakeNancyModuleConfigurator"/> class.
 /// </summary>
 /// <param name="module">The <see cref="FakeNancyModule"/> that should be configured.</param>
 public FakeNancyModuleConfigurator(FakeNancyModule module)
 {
     this.module = module;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FakeNancyModuleConfigurator"/> class.
 /// </summary>
 /// <param name="module">The <see cref="FakeNancyModule"/> that should be configured.</param>
 public FakeNancyModuleConfigurator(FakeNancyModule module)
 {
     this.module = module;
 }