コード例 #1
0
ファイル: Bank.cs プロジェクト: rajansindkar/abc-bank-c-sharp
 public void addCustomer(Customer customer)
 {
     customers.Add(customer);
 }