/// <summary>
 /// Deprecated Method for adding a new object to the PuntajeAcumulado EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPuntajeAcumulado(PuntajeAcumulado puntajeAcumulado)
 {
     base.AddObject("PuntajeAcumulado", puntajeAcumulado);
 }
 /// <summary>
 /// Create a new PuntajeAcumulado object.
 /// </summary>
 /// <param name="idcliente">Initial value of the idcliente property.</param>
 /// <param name="puntos">Initial value of the Puntos property.</param>
 public static PuntajeAcumulado CreatePuntajeAcumulado(global::System.Int32 idcliente, global::System.Int32 puntos)
 {
     PuntajeAcumulado puntajeAcumulado = new PuntajeAcumulado();
     puntajeAcumulado.idcliente = idcliente;
     puntajeAcumulado.Puntos = puntos;
     return puntajeAcumulado;
 }