urfnet / URF.Core

Unit of Work & Repositories Framework - .NET Core, NET Standard, Entity Framework Core. 100% extensible & lightweight.
https://github.com/urfnet
MIT License
309 stars 62 forks source link

Code in ReadMe #14

Closed tonysneed closed 6 years ago

tonysneed commented 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

lelong37 commented 6 years ago

Done...! for both URF.Core and URF.Core.Sample.