Beispiel #1
0
 public virtual void OnPersonDeleted()
 {
     CreateNotification(EventActionType.Deleted);
     PersonDeleted?.Invoke(this, new NewNotificationEventArgs(this));
 }