コード例 #1
0
ファイル: Program.cs プロジェクト: simple555a/DotNetAppDev
 public void IncrementBalance()
 {
     _bankAccount.IncrementBalance();
 }