public List <in_Ing_Egr_Inven_Info> Get_List_Ing_Egr_Inven_multi_bodega(int IdEmpresa, int IdSucursalIni, int IdSucursalFin,
                                                                         DateTime FechaIni, DateTime FechaFin, string Tipo_ing_egr)
 {
     try
     {
         return(odata.Get_List_Ing_Egr_Inven_multi_bodega(IdEmpresa, IdSucursalIni, IdSucursalFin, FechaIni, FechaFin, Tipo_ing_egr));
     }
     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("", "Get_List_Ing_Egr_Inven_multi_bodega", ex.Message), ex)
               {
                   EntityType = typeof(in_Ing_Egr_Inven_Bus)
               };
     }
 }