Example #1
0
 private Resume(WorkExperience work)
 {
     this.work = (WorkExperience)work.Clone();
 }