Ejemplo n.º 1
0
 public void When(AddCustomerPayment c)
 {
     Update(c.Id, a => a.AddPayment(c.Name, c.Amount, DateTime.UtcNow));
 }
 public void When(AddCustomerPayment c)
 {
     Update(c.Id, a => a.AddPayment(c.Name, c.Amount, DateTime.UtcNow));
 }
 public void When(AddCustomerPayment c)
 {
     Update(c.Id, a => a.AddPayment(c.Name, c.Amount));
 }
 public void When(AddCustomerPayment c)
 {
     Update(c.Id, a => a.AddPayment(c.Name, c.Amount));
 }