Пример #1
0
 public JsonResult Delete(int id)
 {
     return(Json(SQLConnectionHandler.GetInstance()
                 .Execute(SQLCommand.DeleteProduct(id), true).GetResult(), JsonRequestBehavior.AllowGet));
 }