Exemplo n.º 1
0
 /// <summary>
 /// Create a new cliente object.
 /// </summary>
 /// <param name="cod_cliente">Initial value of the cod_cliente property.</param>
 public static cliente Createcliente(global::System.Int32 cod_cliente)
 {
     cliente cliente = new cliente();
     cliente.cod_cliente = cod_cliente;
     return cliente;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the cliente EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocliente(cliente cliente)
 {
     base.AddObject("cliente", cliente);
 }