Beispiel #1
0
 ExceptionVM[] GetRemovableExceptions(ExceptionVM[] items) => items.Where(a => exceptionManager.CanRemove(a.ExceptionInfo)).ToArray();