コード例 #1
0
 public OrderControllerReflectionTests(ITestOutputHelper output)
 {
     this.output          = output;
     ControllerReflection = new ControllerReflection(this.output, typeof(OrderController));
 }