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