Beispiel #1
0
 public string DoSomeThing()
 {
     //Faz alguma coisa aqui sem maldade
     return(_meioPagamento.Processar(1, "Zé", 18.00));
 }