toeb / accounting

3 stars 0 forks source link

Use Db Transactions #25

Open toeb opened 9 years ago

toeb commented 9 years ago

I think IUnitOfWork should use Db transactions to work. The problem did not occur yet but while developing I noticed that I often query and then modify&delete entities however these entities could already be deleted. therefore the concurrency management would have to be implemented(probably once per unit of work)

thoughts?