示例#1
0
 // GET: api/Payment
 public List <proc_getpayment_Result> GettblPayments()
 {
     return(db.proc_getpayment().ToList());
 }