Add iterative memento example
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using MememntoPattern.Employee;
|
||||
using MememntoPattern.EmployeeSerialized;
|
||||
using MememntoPattern.IterativeEmployee;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -28,6 +29,10 @@ namespace MememntoPattern
|
||||
|
||||
GoToNextStep();
|
||||
|
||||
EmployeeIterativeExample empIterEx = new EmployeeIterativeExample();
|
||||
empIterEx.Run();
|
||||
GoToNextStep();
|
||||
|
||||
Console.WriteLine(GetPitfalls());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user