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