Kadr.Data.FactStaffHour.GetDecorator C# (CSharp) Method

GetDecorator() public method

public GetDecorator ( ) : object
return object
        public object GetDecorator()
        {
            return new FactStaffHourDecorator(FactStaff);
        }