public NoteController(NoteBusinesses business, RuleRegulationTypeBusiness ruleRegulationTypeBusiness, RuleRegulationBusiness ruleRegulationBusiness, BasicInfoWrapper basicInfoWrapper , NoteReadRangeBusinesses noteReadRangeBusinesses, NoteReadBusinesses noteReadBusinesses, RuleRegulationReadBusiness ruleRegulationReadBusiness) { this._business = business; this._ruleRegulationTypeBusiness = ruleRegulationTypeBusiness; this._ruleRegulationBusiness = ruleRegulationBusiness; this._noteReadRangeBusinesses = noteReadRangeBusinesses; this._noteReadBusinesses = noteReadBusinesses; this._ruleRegulationReadBusiness = ruleRegulationReadBusiness; _basicInfoWrapper = basicInfoWrapper; }
public BonusPenaltyController(BonusPenaltyBusiness business, BasicInfoWrapper basicInfoWrapper) { this._business = business; _basicInfoWrapper = basicInfoWrapper; }
public WorkerInFieldController(WorkerInFieldSettingBusiness business, BasicInfoWrapper basicInfoWrapper) { this._business = business; _basicInfoWrapper = basicInfoWrapper; }
public EvaluationController(EvaluationBusiness business, BasicInfoWrapper basicInfoWrapper) { this._business = business; _basicInfoWrapper = basicInfoWrapper; }
public AnnouncementController(AnnouncementBusiness business, BasicInfoWrapper basicInfoWrapper) { this._business = business; _basicInfoWrapper = basicInfoWrapper; }
public BudgetController(BudgetBusiness business, BasicInfoWrapper basicInfoWrapper) { this._business = business; _basicInfoWrapper = basicInfoWrapper; }