Beispiel #1
0
 public void Insert(int index, City entity)
 {
     base.Insert(index, entity);
 }
Beispiel #2
0
 public int IndexOf(City entity)
 {
     return(base.IndexOf(entity));
 }
Beispiel #3
0
 public void Add(City entity)
 {
     base.Add(entity);
 }
Beispiel #4
0
 public bool Contains(City entity)
 {
     return(base.Contains(entity));
 }
Beispiel #5
0
 public bool Remove(City entity)
 {
     return(base.Remove(entity));
 }