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