Exemple #1
0
 public int IndexOf(OperationAC entity)
 {
     return base.IndexOf(entity);
 }
Exemple #2
0
 public void Add(OperationAC entity)
 {
     base.Add(entity);
 }
Exemple #3
0
 public bool Contains(OperationAC entity)
 {
     return base.Contains(entity);
 }
Exemple #4
0
 public void Insert(int index, OperationAC entity)
 {
     base.Insert(index, entity);
 }
Exemple #5
0
 public bool Remove(OperationAC entity)
 {
     return base.Remove(entity);
 }
Exemple #6
0
 public void Insert(int index, OperationAC entity)
 {
     base.Insert(index, entity);
 }
Exemple #7
0
 public int IndexOf(OperationAC entity)
 {
     return(base.IndexOf(entity));
 }
Exemple #8
0
 public bool Contains(OperationAC entity)
 {
     return(base.Contains(entity));
 }
Exemple #9
0
 public void Add(OperationAC entity)
 {
     base.Add(entity);
 }
Exemple #10
0
 public bool Remove(OperationAC entity)
 {
     return(base.Remove(entity));
 }