Open VictorioBerra opened 6 years ago
Should the handler be aware of HTTP/"Rest"? I might argue that the controller should try and retrieve the entity and then throw NotFound();
NotFound()
https://github.com/gothinkster/aspnetcore-realworld-example-app/blob/master/src/Conduit/Features/Articles/Edit.cs#L56
Should the handler be aware of HTTP/"Rest"? I might argue that the controller should try and retrieve the entity and then throw
NotFound()
;https://github.com/gothinkster/aspnetcore-realworld-example-app/blob/master/src/Conduit/Features/Articles/Edit.cs#L56