示例#1
0
 public void Update(PaymentType paymentType)
 {
     _paymentTypeDal.Update(paymentType);
 }