示例#1
0
 public List <PaymentType> GetAll()
 {
     return(_paymentTypeDal.GetList());
 }