Example #1
0
 public void AddRestriction(IItemRestriction toAdd)
 {
     _containerRestrictions.Add(toAdd);
 }
Example #2
0
 public void AddRestriction(IItemRestriction restriction)
 {
     _restrictions.Add(restriction);
 }