I have such a question. Is it possible to Undo the CRUD Operation (MVC-EF6, asp.net).
- The UNDO Of ADD will be Delete The UNDO of DELETE will be ADD The
- UNDO of EDIT have to get the previous changes made.
- How can we implement this behavior ?
I could not find how we can implement that undoing operations, so I wanna try to ask here.
Thanks :)