Пример #1
0
 public PaymentType GetSinglePaymentType(Guid paymentTypeId)
 {
     return(_repo.GetSinglePaymentType(paymentTypeId));
 }