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