Exemplo n.º 1
0
 private void GetProduct()
 {
     Response.Write(ProductBAL.GetProduct(Request.QueryString).ToJSON());
 }