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