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

@@ -43,7 +43,7 @@ export class Discoteca {
this.descripcion = desc;
}
get Descripcion(): string{
getDescripcion(): string{
return this.descripcion;
}
}