Exemplo n.º 1
0
 internal bool ActualizarPerfil(Perfil oPerfilSelected)
 {
     return(oPerfilDao.Update(oPerfilSelected));
 }