0
kunalpawar created
how to perform update and delete action on same repositories enetity
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
2 Answer(s)
-
0
how save changes to database in middle
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Hi,
You need to use SaveChanges of current unit of work. See <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Unit-Of-Work#DocUowSaveChanges">http://aspnetboilerplate.com/Pages/Docu ... aveChanges</a>.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)