EF Core Tips Don't call Update when you don't need to! ... FindAsync(id); if (user == null) { return NotFound(); } // Entity is now tracked.
確定! 回上一頁