Ejemplo n.º 1
0
 public IList <Editorial> getAll()
 {
     return(eRepo.getAll());
 }
Ejemplo n.º 2
0
        public IList <Editorial> getAll()
        {
            IList <Editorial> editoriales = ed.getAll();

            return(editoriales);
        }