コード例 #1
0
 public void OnAccountOverWithdrawn(AccountOverWithdrawn evt)
 {
     evt.Account.Process(new Fee(OverdraftFee));
 }
コード例 #2
0
 public void OnAccountOverWithdrawn(AccountOverWithdrawn evt)
 {
     SendNotification("Account over withdrawn");
 }