Esempio n. 1
0
 private void approvedCustomer()
 {
     Response.Write(CustomerBAL.approvedCustomer(Request.QueryString).ToJSON());
 }