Esempio n. 1
0
 public bool Remover(Auto a)
 {
     return(this - a);
 }
Esempio n. 2
0
 public bool Agregar(Auto a)
 {
     return(this + a);
 }