Service Core: In SettingsLogic AddToUsersHistory auf public geändert
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user