Esempio n. 1
0
        public DataTable GetItemCostDetailedByElementData(string pstrCCNID, string pstrYear, string pstrMonth, string pstrListDepartmentID, string pstrListProductionLineID, string pstrListCategoryID, string pstrListProductID, int pintMakeItem)
        {
            C1PrintPreviewDialogDS objDS = new C1PrintPreviewDialogDS();

            return(objDS.GetItemCostDetailedByElementData(pstrCCNID, pstrYear, pstrMonth, pstrListDepartmentID,
                                                          pstrListProductionLineID, pstrListCategoryID, pstrListProductID, pintMakeItem));
        }