コード例 #1
0
 public bool CancelPayUpdate(int id, long number)
 {
     return(d.CancelPayUpdate(id, number));
 }