Exemplo n.º 1
0
 public void ExistPlace()
 {
     PlaceRepository rep = new PlaceRepository();
     Place place = DataGenerator.GeneratePlace();
     rep.Exist(place.idPlace);
 }