コード例 #1
0
ファイル: GoalStepBS.cs プロジェクト: toorani/Neutrino
 public GoalStepBS(IEntityCreator <GoalStep> goalStepCreator
                   , IEntityModifer <GoalStep> goalStepUpdater
                   , IEntityEraser <GoalStep> goalStepEraser
                   , NeutrinoUnitOfWork unitOfWork) : base(unitOfWork)
 {
     this.goalStepCreator = goalStepCreator;
     this.goalStepUpdater = goalStepUpdater;
     this.goalStepEraser  = goalStepEraser;
 }
 public FulfillmentPromotionConditionServiceController(IFulfillmentPromotionConditionBS businessService
                                                       , IEntityEraser <FulfillmentPromotionCondition> totalFulfillPromotionEraser)
 {
     this.businessService             = businessService;
     this.totalFulfillPromotionEraser = totalFulfillPromotionEraser;
 }