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