コード例 #1
0
 public decimal SavingsRate() => Balance <= 1000 ? 0 : IBankAccount.DefaultSavingsRate(this);