示例#1
0
 public int[] obtenerPublicidad() {
   return a.getAnuncios();
 }
示例#2
0
 public int[] getListaAnuncios() {
   return a.getAnuncios();
 }