Exemplo n.º 1
0
 public void CreateAccount(int customerId)
 {
     _accountHandler.CreateAccount(customerId);
 }