コード例 #1
0
ファイル: cp_orden_giro_Bus.cs プロジェクト: arocajorge/ERPFJ
        public Boolean Generar_OrdenPago_x_Faxtura(cp_orden_giro_Info info_og,DateTime Fecha_OP, ref string mensaje)
        {
            try
            {
                return data.Generar_OrdenPago_x_Faxtura(info_og,Fecha_OP, 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("", "Generar_OrdenPago_x_Faxtura", ex.Message), ex) { EntityType = typeof(cp_orden_giro_Bus) };

            }

        }