コード例 #1
0
 private void SaveCollectionIncentive()
 {
     Response.Write(CollectionIncentiveBAL.SaveCollectionIncentiveBalData(Request.QueryString, Request.Form));
 }
コード例 #2
0
 private void GenCollectionIncentive()
 {
     Response.Write(CollectionIncentiveBAL.GetCollectionIncentiveBalData(Request.QueryString).ToJSON());
 }