views:

17

answers:

0

Suppose I have VM with some entities as property. Say People, Addres, Phone, .... Then I want to implelemt IEditableObject on VM so that user have undo functionnality.

What's the best way to implement request?

Demo code please.