Ejemplo n.º 1
0
        public static IBookResult[] BuildScheduleWorkResults(IPayrollConcept concept, IBookIndex element, IPayrollArticle article,
                                                             ITargetValues targets, Int32[] timeTable)
        {
            IBookResult result = BookResultBuilder.CreateScheduleWorkResult(concept, element, article, targets, timeTable);

            IBookResult[] resultList = BuildListWithResult(result);

            return(resultList);
        }