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