Exemplo n.º 1
0
 public JsonResult ProductDelete(int ID)
 {
     try
     {
         return(Json(bal.ProductDelete(ID), JsonRequestBehavior.AllowGet));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }