Ejemplo n.º 1
0
 public int IndexOf(AutoCodeInfo entity)
 {
     return base.IndexOf(entity);
 }
Ejemplo n.º 2
0
 public bool Contains(AutoCodeInfo entity)
 {
     return base.Contains(entity);
 }
Ejemplo n.º 3
0
 public bool Remove(AutoCodeInfo entity)
 {
     return base.Remove(entity);
 }
Ejemplo n.º 4
0
 public void Add(AutoCodeInfo entity)
 {
     base.Add(entity);
 }
Ejemplo n.º 5
0
 public void Insert(int index, AutoCodeInfo entity)
 {
     base.Insert(index, entity);
 }