Esempio n. 1
0
 public JsonResult DeleteProject(int id)
 {
     ProjectManagementService.DeleteProject(id);
     return(Json(id));
 }