Beispiel #1
0
 public JsonResult DeleteProjectUser(int id)
 {
     ProjectManagementService.DeleteProjectUser(id);
     return(Json(id));
 }