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