Example #1
0
 public void RemoveProperty(Infrastructure property)
 {
     _properties.Remove(property);
 }
Example #2
0
 public void AddProperty(Infrastructure property)
 {
     _properties.Add(property);
 }