Beispiel #1
0
 public void ApplyActions(IQueryContext context)
 {
     _wrapped?.ApplyActions(context);
     _action?.Invoke(context);
 }