示例#1
0
 public FirstHandler(ITestChain next, TestSingleton singleton)
 {
     _next = next;
     _singleton = singleton;
 }
示例#2
0
 public OnlyNextHandlerConstructor(ITestChain next)
 {
 }
示例#3
0
 private PrivateInvalidConstructor(ITestChain next)
 {
 }