示例#1
0
 public void deletaEmployee(int emp_id)
 {
     employeesDAO.deletarEmployee(emp_id);
 }