Beispiel #1
0
 private bool RevertaOperacao(Operacao op)
 {
     return(ExecuteOperacao(op.GetInversa()));
 }