コード例 #1
0
 public void InsertPayment(payments payment)
 {
     _paymentsRepository.InsertPayment(payment);
 }