Пример #1
0
 public void excluirFuncionario(int idFunc)
 {
     funcionariosDAO.excluirFuncionario(idFunc);
 }