public bool UpdateTask([FromBody] WorkOrderTask value) { try { return(db.UpdateTask(value)); } catch (Exception) { throw; } }