public async Task <IActionResult> PutEntry([FromForm] Entry entry) { await _context.PutEntry(entry); return(NoContent()); }