public void Handle(AccountClosed e)
 {
 }
Example #2
0
 /// <summary>
 /// Apply account closed state changes.
 /// </summary>
 /// <param name="e">The account closed event.</param>
 protected void Apply(AccountClosed e)
 {
     Status = e.Status;
 }