Пример #1
0
 public virtual void AddRegistrationBehavior(IRegistrationBehavior behavior)
 {
     bootstrapper.AddRegistrationBehavior(behavior);
 }
Пример #2
0
 public static IBootstrapper AddRegistrationBehavior(this IBootstrapper bootstrapper, IRegistrationBehavior behavior)
 {
     bootstrapper.AddRegistrationBehavior(behavior);
     return(bootstrapper);
 }