pzaries / NETmvcworkshop1

0 stars 0 forks source link

[CodeReview]-MVC-Controller #5

Open GSSBilly opened 5 years ago

GSSBilly commented 5 years ago

排序欄位指定錯誤

https://github.com/pzaries/NETmvcworkshop1/blob/e20207b5cd8fee3bcb54b93f995c31ed1dee2fc0/WebApplication1/Controllers/HomeController.cs#L17

GSSBilly commented 5 years ago

簡化 LINQ

[ 不須使用 Where 直接使用 FirstOrDefault]

https://github.com/pzaries/NETmvcworkshop1/blob/e20207b5cd8fee3bcb54b93f995c31ed1dee2fc0/WebApplication1/Controllers/HomeController.cs#L37