Beispiel #1
0
 public async Task Notify(Exception ex, Result result, bool setResultWithRealExceptionMessage = false) => await ExeptionNotifierStrategy.Notify(ex, emailService, adminEmail);
Beispiel #2
0
 public async Task Notify(Exception ex) => await ExeptionNotifierStrategy.Notify(ex, emailService, adminEmail);