예제 #1
0
 public void hacerPedido(Cliente c, string m, Item[] objects, Tienda tien)
 {
     oC = new OC(c, m, objects);
     tien.guardaOC(oC);
 }