Example #1
0
 public bool Agregar(Cocina c)
 {
     return(this + c);
 }
Example #2
0
 public bool Remover(Cocina c)
 {
     return(this - c);
 }
Example #3
0
 private int GetIndice(Cocina c)
 {
     return(this._lista.IndexOf(c));
 }