Beispiel #1
0
 public void CreateAccount(int customerId)
 {
     _accountHandler.CreateAccount(customerId);
 }