コード例 #1
0
 //Service Payment
 public List <Payment> GetPayments(int id)
 {
     return(paymentDao.GetPayments(id));
 }