Exemplo n.º 1
0
Arquivo: PBS.g.cs Projeto: yungtau/oea
 public void Insert(int index, PBS entity)
 {
     base.Insert(index, entity);
 }
Exemplo n.º 2
0
Arquivo: PBS.g.cs Projeto: yungtau/oea
 public int IndexOf(PBS entity)
 {
     return(base.IndexOf(entity));
 }
Exemplo n.º 3
0
Arquivo: PBS.g.cs Projeto: yungtau/oea
 public void Add(PBS entity)
 {
     base.Add(entity);
 }
Exemplo n.º 4
0
Arquivo: PBS.g.cs Projeto: yungtau/oea
 public bool Contains(PBS entity)
 {
     return(base.Contains(entity));
 }
Exemplo n.º 5
0
Arquivo: PBS.g.cs Projeto: yungtau/oea
 public bool Remove(PBS entity)
 {
     return(base.Remove(entity));
 }