Exemplo n.º 1
0
 internal bool ActualizarCursos(Curso oCursoSelected)
 {
     return(oCursoDao.Update(oCursoSelected));
 }