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