Closed tonysneed closed 6 years ago
@lelong37 Does the code in the ReadMe need correcting for the Put method? I think it should be _productService.Update(products); vs products.TrackingState = TrackingState.Modified
_productService.Update(products);
products.TrackingState = TrackingState.Modified
Done...! for both URF.Core and URF.Core.Sample.
@lelong37 Does the code in the ReadMe need correcting for the Put method? I think it should be
_productService.Update(products);
vsproducts.TrackingState = TrackingState.Modified