Exemplo n.º 1
0
 public void Add(OperationAC entity)
 {
     base.Add(entity);
 }
Exemplo n.º 2
0
 public bool Contains(OperationAC entity)
 {
     return(base.Contains(entity));
 }
Exemplo n.º 3
0
 public bool Remove(OperationAC entity)
 {
     return(base.Remove(entity));
 }