Ejemplo n.º 1
0
        public async Task CreateVideojuegoAsync(Videojuego videojuego)
        {
            await _context.AddAsync(videojuego);

            await _context.SaveChangesAsync();
        }