Example #1
0
 public decimal GetId(int IdEmpresa, int IdSucursal, int IdBodega)
 {
     try
     {
         return(oData_Transferencia.GetId(IdEmpresa, IdSucursal, IdBodega));
     }
     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("", "GetId", ex.Message), ex)
               {
                   EntityType = typeof(in_transferencia_bus)
               };
     }
 }