Exemplo n.º 1
0
 public IEnumerable <Payment> GetAllPayments()
 {
     return(paymentGateway.GetAllPayments());
 }