Ejemplo n.º 1
0
 public bool UpdatePaymentType(PmsEntity.PaymentType paymentType)
 {
     return(DalFactory.UpdatePaymentType(paymentType));
 }
Ejemplo n.º 2
0
 public int AddPaymentType(PmsEntity.PaymentType paymentType)
 {
     return(DalFactory.AddPaymentType(paymentType));
 }