Exemplo n.º 1
0
        public Result InsertAgingBatchStatus(AgingBatch batchesult)
        {
            IProduction iProductionSelect = new WCMS_DAL_Production();
            var         result            = new Result();

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