Exemple #1
0
        public Result DeleteOQCBatchInfoData(List <tblPackagingBatch> oQcBatchInfoList)
        {
            IProduction iProductionSelect = new WCMS_DAL_Production();
            var         result            = new Result();

            try
            {
                result.IsSuccess = iProductionSelect.DeleteOQCBatchInfoData(oQcBatchInfoList);
            }
            catch (Exception ex)
            {
                throw ex;
            }
            return(result);
        }