Ejemplo n.º 1
0
 public bool CanHold(Merchandise merchandise)
 {
     return(this.merchandise == null);
 }
Ejemplo n.º 2
0
 public bool CanAdd(Merchandise merchandise)
 {
     return(!reserved && this.merchandise == null);
 }