public string Post([FromBody] string username) { Utente u = new Utente(); u.UpdateLastAccess(username); return("ok"); }