Ejemplo n.º 1
0
 public IList <Editora> GetAllEditora()
 {
     return(_EditoraRepository.GetAll());
 }
Ejemplo n.º 2
0
 public IEnumerable <Editora> ListarEditoras()
 {
     return(_editoraRepository.GetAll());
 }
Ejemplo n.º 3
0
 public IEnumerable <dynamic> GetAll()
 {
     return(_editoraRepository.GetAll());
 }