示例#1
0
 public string GetPaymentNameWithId(int?paymentId)
 {
     return(_paymentDal.GetPaymentNameWithId(paymentId));
 }