cs12dotnet8 icon indicating copy to clipboard operation
cs12dotnet8 copied to clipboard

UpdateCustomerAsync in INorthwindService does not need to return any result

Open codehedgehog opened this issue 1 year ago • 1 comments

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 as in .NET 8 release.

codehedgehog avatar Feb 28 '24 21:02 codehedgehog

Readers are welcome to raise an issue to make a suggestion for a change to future editions but the code in this respository must match the code shown in the print book. Only compile errors will be fixed.

markjprice avatar Feb 29 '24 07:02 markjprice