Esempio n. 1
0
        /// <summary>
        /// Get Destroy Slip data
        /// </summary>
        /// <param name="pintWODetailId"></param>
        /// <returns></returns>
        /// <author> Tuan TQ, 14 Mar, 2006</author>

        public DataTable GetDestroySlipData(int pintIssueMasterialMasterId, string pstrMaxRow)
        {
            C1PrintPreviewDialogDS objDS = new C1PrintPreviewDialogDS();

            return(objDS.GetDestroySlipData(pintIssueMasterialMasterId, pstrMaxRow));
        }