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