añadida interfaz discoteca

This commit is contained in:
2021-02-21 12:21:18 +01:00
parent 227c254ebc
commit b9d95793dc
4 changed files with 13 additions and 1 deletions

View File

@@ -56,6 +56,11 @@ export class Tab1Service implements OnInit{
return this.eventos;
}
getDescripcion(): string{
this.initValues();
return this.discoteca.getDescripcion();
}
initEventos(): void{
this.eventos = [];
}