Exemplo n.º 1
0
 public void Save(Payment table)
 {
     _paymentDal.Save(table);
 }