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