Exemplo n.º 1
0
 private void GetDetail()
 {
     string code = HttpContext.Current.Request["id"].ToString();
     FunctionFactory bll = new FunctionFactory();
     HttpContext.Current.Response.Write(bll.GetDetail(code));
 }