Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AUD_Cliente EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAUD_Cliente(AUD_Cliente aUD_Cliente)
 {
     base.AddObject("AUD_Cliente", aUD_Cliente);
 }
Example #2
0
 /// <summary>
 /// Create a new AUD_Cliente object.
 /// </summary>
 /// <param name="clienteId">Initial value of the clienteId property.</param>
 public static AUD_Cliente CreateAUD_Cliente(global::System.Decimal clienteId)
 {
     AUD_Cliente aUD_Cliente = new AUD_Cliente();
     aUD_Cliente.clienteId = clienteId;
     return aUD_Cliente;
 }