/// <summary> /// Create a new DetalleEnBodega object. /// </summary> /// <param name="id_bodega_fk">Initial value of the id_bodega_fk property.</param> /// <param name="id_bebida_fk">Initial value of the id_bebida_fk property.</param> /// <param name="cantidad">Initial value of the cantidad property.</param> public static DetalleEnBodega CreateDetalleEnBodega(global::System.Int32 id_bodega_fk, global::System.Int32 id_bebida_fk, global::System.Int32 cantidad) { DetalleEnBodega detalleEnBodega = new DetalleEnBodega(); detalleEnBodega.id_bodega_fk = id_bodega_fk; detalleEnBodega.id_bebida_fk = id_bebida_fk; detalleEnBodega.cantidad = cantidad; return detalleEnBodega; }
/// <summary> /// Deprecated Method for adding a new object to the DetalleBodegaLocals EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDetalleBodegaLocals(DetalleEnBodega detalleEnBodega) { base.AddObject("DetalleBodegaLocals", detalleEnBodega); }