Exemplo n.º 1
0
 public static IBootstrapper ConfigureWithUnity(this IBootstrapper bootstrapper)
 {
     return(bootstrapper.ConfigureWith(new UnityContainerAdapter()));
 }
Exemplo n.º 2
0
 public static IBootstrapper ConfigureWithCallContextStore(this IBootstrapper bootstrapper)
 {
     return(bootstrapper.ConfigureWith(new CallContextStore()));
 }