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

DepartmentHistoryDecorator() public method

public DepartmentHistoryDecorator ( DepartmentHistory departmentHistory ) : System
departmentHistory DepartmentHistory
return System
        public DepartmentHistoryDecorator(DepartmentHistory departmentHistory)
        {
            this.departmentHistory = departmentHistory;
        }
DepartmentHistoryDecorator