コード例 #1
0
 public in_Ing_Egr_Inven_Info Get_Info_Ing_Egr_Inven(int IdEmpresa, int IdSucursal, int IdMovi_inven_tipo, decimal IdNumMovi)
 {
     try
     {
         return(odata.Get_Info_Ing_Egr_Inven(IdEmpresa, IdSucursal, IdMovi_inven_tipo, IdNumMovi));
     }
     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("", "ConsultarInfo", ex.Message), ex)
               {
                   EntityType = typeof(in_Ing_Egr_Inven_Bus)
               };
     }
 }