/// <summary>
 /// Create a new facturas_partida object.
 /// </summary>
 /// <param name="idPartida">Initial value of the idPartida property.</param>
 /// <param name="idFactura">Initial value of the idFactura property.</param>
 /// <param name="cantidad">Initial value of the Cantidad property.</param>
 /// <param name="precio">Initial value of the Precio property.</param>
 public static facturas_partida Createfacturas_partida(global::System.Int32 idPartida, global::System.Int32 idFactura, global::System.Decimal cantidad, global::System.Decimal precio)
 {
     facturas_partida facturas_partida = new facturas_partida();
     facturas_partida.idPartida = idPartida;
     facturas_partida.idFactura = idFactura;
     facturas_partida.Cantidad = cantidad;
     facturas_partida.Precio = precio;
     return facturas_partida;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the facturas_partida EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTofacturas_partida(facturas_partida facturas_partida)
 {
     base.AddObject("facturas_partida", facturas_partida);
 }