Exemplo n.º 1
0
 public JsonResult DeleteRC(int id)
 {
     dbp.DeleteRiCheng(id);
     return(Json("OK"));
 }