Kadr.Data.PlanStaffHistoryDecorator.PlanStaffHistoryDecorator C# (CSharp) Method

PlanStaffHistoryDecorator() public method

public PlanStaffHistoryDecorator ( PlanStaffHistory planStaffHistory ) : System
planStaffHistory PlanStaffHistory
return System
        public PlanStaffHistoryDecorator(PlanStaffHistory planStaffHistory)
        {
            this.planStaffHistory = planStaffHistory;
        }
PlanStaffHistoryDecorator