Example #1
0
 public static void setCoche(Coche pCoche)
 {
     coches = pCoche;
 }
Example #2
0
 public ServicioCoche()
 {
     coches = null;
 }