Skip to content
Snippets Groups Projects
Commit dfdf60a8 authored by JotaJota96's avatar JotaJota96
Browse files

Se agregaron enums de acceso global

parent 3db6bb78
No related branches found
No related tags found
No related merge requests found
package Logica.Enumerados;
public enum Privacidad {
PUBLICO, PRIVADO
}
package Logica.Enumerados;
public enum TipoListaDeReproduccion {
POR_DEFECTO, PARTICULAR
}
package Logica.Enumerados;
public enum TipoValoracion {
LIKE, DISLIKE
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment