Exemplo n.º 1
0
 public virtual void AddRegistrationBehavior(IRegistrationBehavior behavior)
 {
     bootstrapper.AddRegistrationBehavior(behavior);
 }
Exemplo n.º 2
0
 public static IBootstrapper AddRegistrationBehavior(this IBootstrapper bootstrapper, IRegistrationBehavior behavior)
 {
     bootstrapper.AddRegistrationBehavior(behavior);
     return(bootstrapper);
 }