public AccountInterestBefore(BankAccountBefore account)
 {
     Account = account;
 }
Example #2
0
 public AccountInterestBefore(BankAccountBefore account)
 {
     Account = account;
 }