예제 #1
0
 public OwinThatCallsFoo(Foo next)
 {
     _next = next;
 }
예제 #2
0
 public Alpha(Foo next)
 {
     _next = next;
 }
예제 #3
0
 public Beta(Foo next, string etc)
 {
     _next = next;
     _etc  = etc;
 }