Ejemplo n.º 1
0
 public async Task <List <Autor> > Get()
 {
     throw new NotImplementedException();
     logger.LogInformation("Estamos obteniendo los autores");
     logger.LogWarning("Este es un mensaje de prueba");
     servicio.RealizarTarea();
     return(await context.Autores.Include(x => x.Libros).ToListAsync());
 }