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

FactStaffHistoryReplacementDecorator() public method

public FactStaffHistoryReplacementDecorator ( FactStaffHistory factStaffHistory ) : System
factStaffHistory FactStaffHistory
return System
        public FactStaffHistoryReplacementDecorator(FactStaffHistory factStaffHistory)
        {
            this.factStaffHistory = factStaffHistory;
        }
FactStaffHistoryReplacementDecorator