コード例 #1
0
ファイル: DebtDecorator.cs プロジェクト: jmwenzel/Patterns
 public double GetBalance()
 {
     return(_debt.GetBalance());
 }