BC Digi
12/18/2024, 9:40 AMpublic class MemberGroupLimitHandler : INotificationHandler<MemberSavingNotification>
{
public void Handle(MemberSavingNotification notification)
{
foreach (var member in notification.SavedEntities)
{
// how get member.Groups()??
}
}
}
Thanks for any help.Sven Geusens
12/18/2024, 12:11 PM