Beispiel #1
0
 public bool actualizarCiudad(Ciudad oCiudad)
 {
     return(oCiudadDAO.update(oCiudad));
 }