Service Core: In SettingsLogic AddToUsersHistory auf public geändert

This commit is contained in:
2025-10-19 16:49:24 +02:00
parent a4e27acbb3
commit e720fb986d

View File

@@ -110,7 +110,7 @@ namespace BeWo.Service.Core
}
}
internal static void AddToUsersHistory<T>(long pOid) where T : BeWoEntityBase
public static void AddToUsersHistory<T>(long pOid) where T : BeWoEntityBase
{
if (pOid > 0)
{