Ejemplo n.º 1
0
 public int delete(PaymentMechanism paymentMechanism)
 {
     return(_paymentMechanismRep.remove(paymentMechanism));
 }
Ejemplo n.º 2
0
 public int update(PaymentMechanism paymentMechanism)
 {
     return(_paymentMechanismRep.update(paymentMechanism));
 }
Ejemplo n.º 3
0
 public int insert(PaymentMechanism paymentMechanism)
 {
     return(_paymentMechanismRep.insert(paymentMechanism));
 }