Exemple #1
0
 private void GetProdType()
 {
     ProdListFactory bll = new ProdListFactory();
     string json = bll.GetProdType();
     HttpContext.Current.Response.Write(json);
 }