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