コード例 #1
0
 public void hacerPedido(Cliente c, string m, Item[] objects, Tienda tien)
 {
     oC = new OC(c, m, objects);
     tien.guardaOC(oC);
 }
コード例 #2
0
 public void guardaOC(OC orden)
 {
     todasLasOrdenes[OC.nOrden - 1] = orden;
 }