Code Hedgehog
Results
1
issues of
Code Hedgehog
`UpdateCustomerAsync` does not need to return any result (similar with `DeleteCustomerAsync`). This is in sync with the `Update` function in `CustomerController` in `Northwind.WebApi`. Also, modified `@attribute [RenderModeAuto]` to `@rendermode InteractiveAuto`...