public Boolean ModificarDB_proceso_cerrado(in_Ing_Egr_Inven_Info info, ref string msgs)
 {
     try
     {
         return(odata.ModificarDB_proceso_cerrado(info, ref msgs));
     }
     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("", "ModificarDB_proceso_cerrado", ex.Message), ex)
               {
                   EntityType = typeof(in_Ing_Egr_Inven_Bus)
               };
     }
 }