Ejemplo n.º 1
0
 public async Task UpdateVideojuegoAsync(Videojuego videojuego)
 {
     _context.Update(videojuego);
     await _context.SaveChangesAsync();
 }