/// <summary> /// Deprecated Method for adding a new object to the br_tp_despesas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobr_tp_despesas(br_tp_despesas br_tp_despesas) { base.AddObject("br_tp_despesas", br_tp_despesas); }
/// <summary> /// Create a new br_tp_despesas 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_tp_despesas Createbr_tp_despesas(global::System.Int64 id, global::System.Int16 usuario_criacao) { br_tp_despesas br_tp_despesas = new br_tp_despesas(); br_tp_despesas.id = id; br_tp_despesas.usuario_criacao = usuario_criacao; return br_tp_despesas; }