public void AddRestriction(RestrictionDefinition restriction)
		{
			this.Restrictions.Add(restriction);
		}
Exemple #2
0
 public void AddRestriction(RestrictionDefinition restriction)
 {
     RestrictionsList.Add(restriction);
 }
Exemple #3
0
 public void AddRestriction(RestrictionDefinition restriction)
 {
     RestrictionsList.Add(restriction);
 }