コード例 #1
0
 public Current(string accountId, string name, double balance, DateOfBirth dob) : base(accountId, name, balance, dob)
 {
 }