Kadr.Data.PlanStaffHistoryDecorator.PlanStaffHistoryDecorator C# (CSharp) Méthode

PlanStaffHistoryDecorator() public méthode

public PlanStaffHistoryDecorator ( PlanStaffHistory planStaffHistory ) : System
planStaffHistory PlanStaffHistory
Résultat System
        public PlanStaffHistoryDecorator(PlanStaffHistory planStaffHistory)
        {
            this.planStaffHistory = planStaffHistory;
        }
PlanStaffHistoryDecorator