public DatosJugador() { context = new FutbolEntities(); context.Configuration.ProxyCreationEnabled = false; }
public DatosEquipo() { contexto = new FutbolEntities(); contexto.Configuration.ProxyCreationEnabled = false; }