예제 #1
0
 public void UpdateSettings(PaymentSettingsRecord payment)
 {
     _paymentSettingsRepository.Update(payment);
 }
예제 #2
0
 public void AddSettings(PaymentSettingsRecord payment)
 {
     _paymentSettingsRepository.Create(payment);
 }