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