Ejemplo n.º 1
0
 private DummyA SaveAndRetrieve(DummyA x)
 {
     repo.Save(x);
     return(repo.Get(x.Id));
 }