Esempio n. 1
0
 public Payment EnableDisable(int paymentId, int statusId)
 {
     return(_paymentRepository.ChangeStatus(paymentId, statusId));
 }