コード例 #1
0
 /// <summary>
 /// Adds a CityStateZipWithFacility to the collection.
 /// </summary>
 /// <param name="cityStateZipWithFacility">The cityStateZipWithFacility to add.</param>
 public void Add(CityStateZipWithFacility cityStateZipWithFacility)
 {
     //cityStateZipWithFacility.Owner = this;
     List.Add(cityStateZipWithFacility);
 }
コード例 #2
0
 /// <summary>
 /// Removes CityStateZipWithFacility from the collection.
 /// </summary>
 /// <param name="cityStateZipWithFacility">The cityStateZipWithFacility to remove.</param>
 public void Remove(CityStateZipWithFacility cityStateZipWithFacility)
 {
     List.Remove(cityStateZipWithFacility);
 }