Exemple #1
0
 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;
 }
Exemple #3
0
 public WorkerInFieldController(WorkerInFieldSettingBusiness business, BasicInfoWrapper basicInfoWrapper)
 {
     this._business    = business;
     _basicInfoWrapper = basicInfoWrapper;
 }
Exemple #4
0
 public EvaluationController(EvaluationBusiness business, BasicInfoWrapper basicInfoWrapper)
 {
     this._business    = business;
     _basicInfoWrapper = basicInfoWrapper;
 }
 public AnnouncementController(AnnouncementBusiness business, BasicInfoWrapper basicInfoWrapper)
 {
     this._business    = business;
     _basicInfoWrapper = basicInfoWrapper;
 }
Exemple #6
0
 public BudgetController(BudgetBusiness business, BasicInfoWrapper basicInfoWrapper)
 {
     this._business    = business;
     _basicInfoWrapper = basicInfoWrapper;
 }