Exemplo n.º 1
0
 public Payment GetById(int id)
 {
     return(paymentGateway.GetById(id));
 }