Add another example of the memento pattern

This commit is contained in:
Petrutiu Mihai
2016-06-23 21:03:26 +03:00
parent 37151a23c7
commit 05709db77e
7 changed files with 175 additions and 1 deletions

View File

@@ -3,7 +3,8 @@
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027",
"Newtonsoft.Json": "8.0.3"
"Newtonsoft.Json": "8.0.3",
"System.Runtime.Serialization.Primitives": "4.0.10-*"
},
"frameworks": {