Пример #1
0
 public bool Remover(Auto a)
 {
     return(this - a);
 }
Пример #2
0
 public bool Agregar(Auto a)
 {
     return(this + a);
 }