Exemple #1
0
 public List <PaymentTypeDto> QueryPaymentType(string keyword)
 {
     return(_paymentTypeRepository.QueryPaymentType(keyword));
 }