Exemplo n.º 1
0
 public OrgTransaction Pay(IReceiver receiver, decimal amount, TransactionReason reason, DateTime time)
 {
     return(Payer.Pay(receiver, amount, reason, time));
 }