예제 #1
0
 public bool UpdatePaymentType(PmsEntity.PaymentType paymentType)
 {
     return(DalFactory.UpdatePaymentType(paymentType));
 }
예제 #2
0
 public int AddPaymentType(PmsEntity.PaymentType paymentType)
 {
     return(DalFactory.AddPaymentType(paymentType));
 }