public ActionResult <bool> Post(int id, [FromBody] Assignment assignment) { repo.Edit(assignment); return(true); }