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