コード例 #1
0
 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));
 }