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