Exemplo n.º 1
0
 public static void WrapWith <T>(this BehaviorChain chain) where T : IActionBehavior
 {
     chain.InsertFirst(Wrapper.For <T>());
 }