Exemplo n.º 1
0
 private void GetParentFun4Eidt()
 {
     FunctionFactory bll = new FunctionFactory();
     string json = bll.GetParentFun4Eidt();
     HttpContext.Current.Response.Write(json);
 }