Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_emp_impostos EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_emp_impostos(vw_emp_impostos vw_emp_impostos)
 {
     base.AddObject("vw_emp_impostos", vw_emp_impostos);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new vw_emp_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_emp_impostos Createvw_emp_impostos(global::System.Int64 id, global::System.Decimal aliquota)
 {
     vw_emp_impostos vw_emp_impostos = new vw_emp_impostos();
     vw_emp_impostos.id = id;
     vw_emp_impostos.aliquota = aliquota;
     return vw_emp_impostos;
 }