예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the envios EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToenvios(envios envios)
 {
     base.AddObject("envios", envios);
 }
예제 #2
0
 /// <summary>
 /// Create a new envios object.
 /// </summary>
 /// <param name="envioid">Initial value of the envioid property.</param>
 /// <param name="referencia">Initial value of the referencia property.</param>
 public static envios Createenvios(global::System.Int64 envioid, global::System.String referencia)
 {
     envios envios = new envios();
     envios.envioid = envioid;
     envios.referencia = referencia;
     return envios;
 }