public void ProcessaPagamento(Venda venda)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public void ProcessaPagamento(Venda venda)
 {
     throw new NotImplementedException();
 }