예제 #1
0
 public void DeleteDepartamento(int id)
 {
     DepartamentoDao.Delete(id);
 }