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