Ejemplo n.º 1
0
        public Boolean Modificar_ValorRetencion(int IdEmpresa, decimal IdCbteCble_Ogiro, int IdTipoCbte_Ogiro, double valorRetencion, ref string mensaje)
        {
            try
            {

                return data.Modificar_ValorRetencion(IdEmpresa,  IdCbteCble_Ogiro,  IdTipoCbte_Ogiro,  valorRetencion, ref mensaje);
            }

            catch (Exception ex)
            {
                Core.Erp.Info.Log_Exception.LoggingManager.Logger.Log(Core.Erp.Info.Log_Exception.LoggingCategory.Error, ex.Message);
                throw new Core.Erp.Info.Log_Exception.DalException(string.Format("", "Modificar_ValorRetencion", ex.Message), ex) { EntityType = typeof(cp_orden_giro_Bus) };
            }
        }