示例#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);
 }