예제 #1
0
 public async Task <IEnumerable <E_Categoria> > DevolverTodos()
 {
     return(await categoriaRepository.DevolverTodos());
 }