コード例 #1
0
 private static void DisplayBallance(IBankAccount account)
 {
     Console.WriteLine("{0:C}", account.CurrentBalance());
 }