Exemplo n.º 1
0
 public void AddNotification(Exception exception, DateTime dateTime)
 {
     _notifications.Add(_modelFactory.CreateNotification(exception, dateTime));
 }