Exemple #1
0
 public PaymentTypeDto GetOnePaymentType(Guid paymentTypeId)
 {
     return(_paymentTypeRepository.GetOnePaymentType(paymentTypeId));
 }