示例#1
0
 public List <Payment> GetAllPayments()
 {
     return(_paymentDal.GetAllPayments());
 }