示例#1
0
 protected LogicInstaller(IXpandModuleBase xpandModuleBase)
 {
     _module = xpandModuleBase;
     _module.CustomAddGeneratorUpdaters     += ModuleOnCustomAddGeneratorUpdaters;
     _module.ApplicationModulesManagerSetup += ModuleOnApplicationModulesManagerSetup;
     xpandModuleBase.RequiredModuleTypes.Add(typeof(LogicModule));
 }
 public AuditTrailLogicInstaller(IXpandModuleBase xpandModuleBase)
     : base(xpandModuleBase)
 {
 }
示例#3
0
 public EmailLogicInstaller(IXpandModuleBase xpandModuleBase) : base(xpandModuleBase)
 {
 }