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