Beispiel #1
0
 public async Task ErrorNotification(Exception exception, string user, string subject, string comment)
 {
     try
     {
         await errorRepository.ErrorNotification(exception, user, subject, comment);
     }
     catch (Exception e)
     {
         throw e;
     }
 }