public IList <Editora> GetAllEditora() { return(_EditoraRepository.GetAll()); }
public IEnumerable <Editora> ListarEditoras() { return(_editoraRepository.GetAll()); }
public IEnumerable <dynamic> GetAll() { return(_editoraRepository.GetAll()); }