Ejemplo n.º 1
0
        public DataTable GetDetailedItemCostByMonthData(string pstrCCNID, string pstrYear, string pstrListDepartmentID, string pstrListProductionLineID, string pstrListCategoryID, string pstrListProductID)
        {
            C1PrintPreviewDialogDS objDS = new C1PrintPreviewDialogDS();

            return(objDS.GetDetailedItemCostByMonthData(pstrCCNID, pstrYear, pstrListDepartmentID,
                                                        pstrListProductionLineID, pstrListCategoryID, pstrListProductID));
        }