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