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