예제 #1
0
 public CorrectedAccountDefintionStatement(AccountDefintionStatement statement, string reason)
 {
     AccountType      = statement.AccountType;
     Account          = statement.Account;
     RecipientAccount = statement.RecipientAccount;
     Reason           = reason;
 }
 public DisplayableAccountDefintionStatement(AccountDefintionStatement x)
 {
     AccountType      = x.AccountType;
     Account          = x.Account;
     RecipientAccount = x.RecipientAccount;
 }