Exemplo n.º 1
0
 internal NotificationEventArgs(Notification notification)
 {
     this.Severity = notification.Severity;
     this.Type = notification.Type;
     this.Text = notification.Text;
 }
Exemplo n.º 2
0
 internal BalanceOperation(Notification notification)
 {
     this.Balance = notification.Balance;
     this.TransactionAmount = notification.TransactionAmount;
     this.TransactionCurrency = notification.TransactionCurrency;
 }