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