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