/// <summary> /// Deprecated Method for adding a new object to the vw_emp_impostos EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTovw_emp_impostos(vw_emp_impostos vw_emp_impostos) { base.AddObject("vw_emp_impostos", vw_emp_impostos); }
/// <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; }