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