public DomainInstaller(ILifestyleApplier lifestyleApplier)
 {
     this.lifestyleApplier = lifestyleApplier;
 }
예제 #2
0
 public DomainInstaller(ILifestyleApplier lifestyleApplier)
 {
     this.lifestyleApplier = lifestyleApplier;
 }
예제 #3
0
 public static ComponentRegistration <T> ApplyLifeStyle <T>(this LifestyleGroup <T> component, ILifestyleApplier lifestyleApplier) where T : class
 {
     return(lifestyleApplier.ApplyLifeStyle(component));
 }