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

Update TrackableRepository to set entity state vs apply changes. #19

Closed tonysneed closed 6 years ago

tonysneed commented 6 years ago

We should set the entity state vs call ApplyChanges in order to remain consistent with base Repository implementation.