Пример #1
0
 public void Insert(int index, UserRole entity)
 {
     base.Insert(index, entity);
 }
Пример #2
0
 public int IndexOf(UserRole entity)
 {
     return(base.IndexOf(entity));
 }
Пример #3
0
 public void Add(UserRole entity)
 {
     base.Add(entity);
 }
Пример #4
0
 public bool Contains(UserRole entity)
 {
     return(base.Contains(entity));
 }
Пример #5
0
 public bool Remove(UserRole entity)
 {
     return(base.Remove(entity));
 }