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