Ejemplo n.º 1
0
 public void DeleteAccountById(int id)
 {
     _accountDAO.DeleteAccountById(id);
 }