Beispiel #1
0
 public void ProcessPayment(string payment)
 {
     Console.WriteLine("New trainee cannot process payments yet!")
     _server.ProcessPayment(payment);
 }
Beispiel #2
0
 public void ProcessPayment(string payment)
 {
     _server.ProcessPayment(payment);
 }