Пример #1
0
 public bool CanHold(Merchandise merchandise)
 {
     return(this.merchandise == null);
 }
Пример #2
0
 public bool CanAdd(Merchandise merchandise)
 {
     return(!reserved && this.merchandise == null);
 }