Exemplo n.º 1
0
 private Cv GetUpdatedCv()
 {
     var repo = new CvRepository();
     repo.SaveNewCv(_cv);
     return repo.GetElizabethsCv();
 }